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 | ?湶躙 | 0011111110011111110101111110011101010111 | 3f9fd7e757 |
EUC-JP | 塡湶躙 | 10001111101110001011010011011110110110011110110110111000 | 8fb8b4ded9edb8 |
UTF-8 | 塡湶躙 | 111001011010000110100001111001101011100110110110111010001011101010011001 | e5a1a1e6b9b6e8ba99 |
UHC | 塡?? | 11101110111100110011111100111111 | eef33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)