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 | 胝?磯 | 1110001111110001001111111000100011101001 | e3f13f88e9 |
EUC-JP | 胝鰢磯 | 11100110111100111000111111101011101100001011000011101011 | e6f38febb0b0eb |
UTF-8 | 胝鰢磯 | 111010001000001110011101111010011011000010100010111001111010001110101111 | e8839de9b0a2e7a3af |
UHC | ??磯 | 00111111001111111101000110110100 | 3f3fd1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)