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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 牀牋^ | 1110000010101100111000001010111001011110 | e0ace0ae5e |
EUC-JP | 牀牋^ | 1110000010101110111000001011000001011110 | e0aee0b05e |
UTF-8 | 牀牋^ | 11100111100010011000000011100111100010011000101101011110 | e78980e7898b5e |
UHC | 牀?^ | 11011111110100010011111101011110 | dfd13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)