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^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-WIN | 臟??^c^ | 11100100011001100011111100111111010111100110001101011110 | e4663f3f5e635e |
EUC-JP | 臟??^c^ | 11100111110001110011111100111111010111100110001101011110 | e7c73f3f5e635e |
UTF-8 | 臟딈뱵^c^ | 111010001000011110011111111010111001010010001000111010111011000110110101010111100110001101011110 | e8879feb9488ebb1b55e635e |
UHC | 臟딈뱵^c^ | 111011011111010010001010111011101001001110011011010111100110001101011110 | edf48aee939b5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)