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 | ??P? | 00111111001111110101000000111111 | 3f3f503f |
SJIS-WIN | ??P寥 | 0011111100111111010100001001101110001100 | 3f3f509b8c |
EUC-JP | ??P寥 | 0011111100111111010100001101010111101100 | 3f3f50d5ec |
UTF-8 | 亐렕P寥 | 11100100101110101001000011101011101000001001010101010000111001011010111110100101 | e4ba90eba09550e5afa5 |
UHC | 亐렕P寥 | 11101010101001111000111010101010010100001110100011101111 | eaa78eaa50e8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)