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 | 牆??蓑? | 11100000101011010011111100111111100101101010101000111111 | e0ad3f3f96aa3f |
EUC-JP | 牆??蓑? | 11100000101011110011111100111111110011001010110000111111 | e0af3f3fccac3f |
UTF-8 | 牆쿄렩蓑짧 | 111001111000100110000110111011001011111110000100111010111010000010101001111010001001001110010001111011001010011110100111 | e78986ecbf84eba0a9e89391eca7a7 |
UHC | 牆쿄렩蓑짧 | 11101101111011011100010011101100100011101011011111011110111011101100001010101010 | ededc4ec8eb7deeec2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)