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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 帳??H | 1001001010100000001111110011111101001000 | 92a03f3f48 |
EUC-JP | 帳??H | 1100010010100010001111110011111101001000 | c4a23f3f48 |
UTF-8 | 帳졿콖H | 11100101101110001011001111101100101000011011111111101100101111011001011001001000 | e5b8b3eca1bfecbd9648 |
UHC | 帳졿콖H | 11101101111000111010000011100110101100011001000001001000 | ede3a0e6b19048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)