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 | 횚쩌횦첨체챗^ | 11101101100110101001101011101100101010011000110011101101100110101010011011101100101100101010100011101100101100101011010011101100101100011001011101011110 | ed9a9aeca98ced9aa6ecb2a8ecb2b4ecb1975e |
UHC | 횚쩌횦첨체챗^ | 11000011100101001100001010111100110000111001110111000011101101111100001110111100110000111010101001011110 | c394c2bcc39dc3b7c3bcc3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)