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 | 髀第懇 | 111010011000111110010001111001101000110110100111 | e98f91e68da7 |
EUC-JP | 髀第懇 | 111100011110111111000010111010001011101010101001 | f1efc2e8baa9 |
UTF-8 | 髀第懇 | 111010011010101110000000111001111010110010101100111001101000011110000111 | e9ab80e7acace68787 |
UHC | ?第懇 | 0011111111110000101011111100101011010000 | 3ff0afcad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)