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 | 胝鉀靈 | 111000111111000111111011110001011110100011001011 | e3f1fbc5e8cb |
EUC-JP | 胝鉀靈 | 11100110111100111000111111100011110110001111000011001101 | e6f38fe3d8f0cd |
UTF-8 | 胝鉀靈 | 111010001000001110011101111010011000100110000000111010011001110110001000 | e8839de98980e99d88 |
UHC | ?鉀靈 | 0011111111001011101001011101011011000100 | 3fcba5d6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)