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 | 濠?獨 | 1000110110001010001111111110000011010101 | 8d8a3fe0d5 |
EUC-JP | 濠?獨 | 1011100111101010001111111110000011010111 | b9ea3fe0d7 |
UTF-8 | 濠띌獨 | 111001101011111110100000111010111001110110001100111001111000110110101000 | e6bfa0eb9d8ce78da8 |
UHC | 濠띌獨 | 111110111100110010110110111010011101010010111100 | fbccb6e9d4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)