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 | ???半^ | 001111110011111100111111100101001011110001011110 | 3f3f3f94bc5e |
EUC-JP | ???半^ | 001111110011111100111111110010001011111001011110 | 3f3f3fc8be5e |
UTF-8 | 듐푿듐半^ | 11101011100100111001000011101101100100011011111111101011100100111001000011100101100011011000101001011110 | eb9390ed91bfeb9390e58d8a5e |
UHC | 듐푿듐半^ | 101101011110001111000111101011011011010111100011110110101110001001011110 | b5e3c7adb5e3dae25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)