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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??躪 | 00111111001111111110011101011000 | 3f3fe758 |
EUC-JP | ??躪 | 00111111001111111110110110111001 | 3f3fedb9 |
UTF-8 | 躴躪 | 11101000101110101011010011110001100011101011111010100010111010001011101010101010 | e8bab4f18ebea2e8baaa |
UHC | ??躪 | 00111111001111111101011111110101 | 3f3fd7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)