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 | 먁푿먁半^ | 11101011101010001000000111101101100100011011111111101011101010001000000111100101100011011000101001011110 | eba881ed91bfeba881e58d8a5e |
UHC | 먁푿먁半^ | 101110001101000011000111101011011011100011010000110110101110001001011110 | b8d0c7adb8d0dae25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)