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 | 佃???堤 | 10010010110011110011111100111111001111111001001011100111 | 92cf3f3f3f92e7 |
EUC-JP | 佃?饔?堤 | 110001001101000100111111100011111110100011101111001111111100010011101001 | c4d13f8fe8ef3fc4e9 |
UTF-8 | 佃렖饔렧堤 | 111001001011110110000011111010111010000010010110111010011010010110010100111010111010000010100111111001011010000010100100 | e4bd83eba096e9a594eba0a7e5a0a4 |
UHC | 佃렖饔렧堤 | 11101110111011001000111010101011111010001011110110001110101101101111000010100111 | eeec8eabe8bd8eb6f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)