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 | ??砥?沮? | 0011111100111111100100110111010100111111100111111001110000111111 | 3f3f93753f9f9c3f |
EUC-JP | ??砥?沮? | 0011111100111111110001011101011000111111110111011111110000111111 | 3f3fc5d63fddfc3f |
UTF-8 | 諪렍砥렫沮찾 | 111010001010101110101010111010111010000010001101111001111010000010100101111010111010000010101011111001101011001010101110111011001011000010111110 | e8abaaeba08de7a0a5eba0abe6b2aeecb0be |
UHC | 諪렍砥렫沮찾 | 111011111111010110001110101000111111001010110010100011101011100111101110110000011100001110100011 | eff58ea3f2b28eb9eec1c3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)