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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 楓柬???瑩 | 100101011001011010011110011010100011111100111111001111111110000011110000 | 95969e6a3f3f3fe0f0 |
EUC-JP | 楓柬???瑩 | 110010011111011011011011110010110011111100111111001111111110000011110010 | c9f6dbcb3f3f3fe0f2 |
UTF-8 | 楓柬븀렟렠瑩 | 111001101010010110010011111001101001111110101100111010111011100010000000111010111010000010011111111010111010000010100000111001111001000110101001 | e6a593e69facebb880eba09feba0a0e791a9 |
UHC | 楓柬븀렟렠瑩 | 111110011010001111001010110100111011101011100111100011101011000010001110101100011111101110101001 | f9a3cad3bae78eb08eb1fba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)