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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 如??^ | 1001010001000000001111110011111101011110 | 94403f3f5e |
EUC-JP | 如??^ | 1100011110100001001111110011111101011110 | c7a13f3f5e |
UTF-8 | 如띻갳^ | 11100101101001101000001011101011100111011011101111101010101100001011001101011110 | e5a682eb9dbbeab0b35e |
UHC | 如띻갳^ | 11100101111111011000110111101010100000010101100101011110 | e5fd8dea81595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)