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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 拗箴?^ | 100111010101100011100010101111000011111101011110 | 9d58e2bc3f5e |
EUC-JP | 拗箴?^ | 110110011011100111100100101111100011111101011110 | d9b9e4be3f5e |
UTF-8 | 拗箴봄^ | 11100110100010111001011111100111101011101011010011101011101101001000010001011110 | e68b97e7aeb4ebb4845e |
UHC | 拗箴봄^ | 11101000111100111110110111010111101110101011110101011110 | e8f3edd7babd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)