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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횚쩌챘첩척횞^ | 11101101100110101001101011101100101010011000110011101100101100011001100011101100101100101010100111101100101100101001100111101101100110101001111001011110 | ed9a9aeca98cecb198ecb2a9ecb299ed9a9e5e |
UHC | 횚쩌챘첩척횞^ | 11000011100101001100001010111100110000111010101111000011101110001100001110110100110000111001011101011110 | c394c2bcc3abc3b8c3b4c3975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)