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 | 횙짯철쨈횘첵^ | 11101101100110101001100111101100101001111010111111101100101100101010000011101100101010001000100011101101100110101001100011101100101100101011010101011110 | ed9a99eca7afecb2a0eca888ed9a98ecb2b55e |
UHC | 횙짯철쨈횘첵^ | 11000011100100111100001010101101110000111011011011000010101101001100001110010010110000111011110101011110 | c393c2adc3b6c2b4c392c3bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)