To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 櫛?汀 | 1000101111111001001111111001001011110011 | 8bf93f92f3 |
EUC-JP | 櫛?汀 | 1011011011111011001111111100010011110101 | b6fb3fc4f5 |
UTF-8 | 櫛렗汀 | 111001101010101110011011111010111010000010010111111001101011000110000000 | e6ab9beba097e6b180 |
UHC | 櫛렗汀 | 111100011110111010001110101011001110111111100010 | f1ee8eacefe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)