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 | 彫?揖???^ | 100100101010010000111111100101110100101100111111001111110011111101011110 | 92a43f974b3f3f3f5e |
EUC-JP | 彫?揖???^ | 110001001010011000111111110011011010110000111111001111110011111101011110 | c4a63fcdac3f3f3f5e |
UTF-8 | 彫렕揖경렱렊^ | 11100101101111011010101111101011101000001001010111100110100011111001011011101010101100101011110111101011101000001011000111101011101000001000101001011110 | e5bdabeba095e68f96eab2bdeba0b1eba08a5e |
UHC | 彫렕揖경렱렊^ | 11110000110000011000111010101010111010111110011110110000111001101000111010111110100011101010000101011110 | f0c18eaaebe7b0e68ebe8ea15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)