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 | 碩隘胥 | 100100001101011111101000101001011110001111101111 | 90d7e8a5e3ef |
EUC-JP | 碩隘胥 | 110000001101100111110000101001111110011011110001 | c0d9f0a7e6f1 |
UTF-8 | 碩隘胥 | 111001111010001010101001111010011001101010011000111010001000001110100101 | e7a2a9e99a98e883a5 |
UHC | 碩隘胥 | 111000001011010111100100111101101110000010100001 | e0b5e4f6e0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)