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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 啼?莊? | 100110100110010100111111111001001011010100111111 | 9a653fe4b53f |
EUC-JP | 啼?莊? | 110100111100011000111111111010001011011100111111 | d3c63fe8b73f |
UTF-8 | 啼렮莊렡 | 111001011001010110111100111010111010000010101110111010001000111010001010111010111010000010100001 | e595bceba0aee88e8aeba0a1 |
UHC | 啼렮莊렡 | 1111000010100110100011101011101111101101111101101000111010110010 | f0a68ebbedf68eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)