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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 濠?蝴? | 100011011000101000111111111001011001101000111111 | 8d8a3fe59a3f |
EUC-JP | 濠?蝴? | 101110011110101000111111111010011111101000111111 | b9ea3fe9fa3f |
UTF-8 | 濠렣蝴렑 | 111001101011111110100000111010111010000010100011111010001001110110110100111010111010000010010001 | e6bfa0eba0a3e89db4eba091 |
UHC | 濠렣蝴렑 | 1111101111001100100011101011010011111011110111011000111010100110 | fbcc8eb4fbdd8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)