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 | 塋k?葉?? | 100110101100100010000010100010110011111110010111011101000011111100111111 | 9ac8828b3f97743f3f |
EUC-JP | 塋k?葉?? | 110101001100101010100011111010110011111111001101110101010011111100111111 | d4caa3eb3fcdd53f3f |
UTF-8 | 塋k젨葉띕젎 | 111001011010000110001011111011111011110110001011111011001010000010101000111010001001000110001001111010111001110110010101111011001010000010001110 | e5a18befbd8beca0a8e89189eb9d95eca08e |
UHC | 塋k젨葉띕젎 | 111001111010101110100011111010111010000010100000111001111010100010110110111010111010000010001111 | e7aba3eba0a0e7a8b6eba08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)