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 | ???癲??^ | 0011111100111111001111111110000110011111001111110011111101011110 | 3f3f3fe19f3f3f5e |
EUC-JP | ???癲??^ | 0011111100111111001111111110001010100001001111110011111101011110 | 3f3f3fe2a13f3f5e |
UTF-8 | 溜좊쨭癲욊큵^ | 11101111101001111000101111101100101000101000101011101100101010001010110111100111100110011011001011101100100110101000101011101101100000011011010101011110 | efa78beca28aeca8ade799b2ec9a8aed81b55e |
UHC | 溜좊쨭癲욊큵^ | 11101010111111101010000011101011101001001000011111101111101001101001111011101010101101001000010001011110 | eafea0eba487efa69eeab4845e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)