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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 蜈??詭e^ | 1110010110000101001111110011111111100110011010110110010101011110 | e5853f3fe66b655e |
EUC-JP | 蜈??詭e^ | 1110100111100101001111110011111111101011110011000110010101011110 | e9e53f3febcc655e |
UTF-8 | 蜈욁굦詭e^ | 1110100010011100100010001110110010011010100000011110101010110101101001101110100010101001101011010110010101011110 | e89c88ec9a81eab5a6e8a9ad655e |
UHC | 蜈욁굦詭e^ | 11101000101001011001111011100011100000101000110011001111111110000110010101011110 | e8a59ee3828ccff8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)