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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 睛肯??樟 | 1110000111001011100011010110110100111111001111111000111110111110 | e1cb8d6d3f3f8fbe |
EUC-JP | 睛肯??樟 | 1110001011001101101110011100111000111111001111111011111011000000 | e2cdb9ce3f3fbec0 |
UTF-8 | 睛肯렡렠樟 | 111001111001110110011011111010001000001010101111111010111010000010100001111010111010000010100000111001101010100010011111 | e79d9be882afeba0a1eba0a0e6a89f |
UHC | 睛肯렡렠樟 | 11101111111011001101000011101001100011101011001010001110101100011110110111101001 | efecd0e98eb28eb1ede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)