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 | ?c?N^ | 0011111101100011001111110100111001011110 | 3f633f4e5e |
SJIS-WIN | ?c?N^ | 0011111101100011001111110100111001011110 | 3f633f4e5e |
EUC-JP | ?c?N^ | 0011111101100011001111110100111001011110 | 3f633f4e5e |
UTF-8 | 숥c숥N^ | 111011001000100010100101011000111110110010001000101001010100111001011110 | ec88a563ec88a54e5e |
UHC | 숥c숥N^ | 10011010010000100110001110011010010000100100111001011110 | 9a42639a424e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)