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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?績?笛^ | 00111111100100001101000100111111100100110100101001011110 | 3f90d13f934a5e |
EUC-JP | ?績?笛^ | 00111111110000001101001100111111110001011010101101011110 | 3fc0d33fc5ab5e |
UTF-8 | 셰績셰笛^ | 11101100100001011011000011100111101110001011111011101100100001011011000011100111101011001001101101011110 | ec85b0e7b8beec85b0e7ac9b5e |
UHC | 셰績셰笛^ | 101111001100111011101110111000001011110011001110111011101101111001011110 | bcceeee0bcceeede5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)