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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 胝鉀 | 11100011111100011111101111000101 | e3f1fbc5 |
EUC-JP | 胝鉀 | 1110011011110011100011111110001111011000 | e6f38fe3d8 |
UTF-8 | 胝鉀 | 111010001000001110011101111010011000100110000000 | e8839de98980 |
UHC | ?鉀 | 001111111100101110100101 | 3fcba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)