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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 蓚獵] | 1110010011101001111000001101100001011101 | e4e9e0d85d |
EUC-JP | 蓚獵] | 1110100011101011111000001101101001011101 | e8ebe0da5d |
UTF-8 | 蓚獵] | 11101000100100111001101011100111100011011011010101011101 | e8939ae78db55d |
UHC | 蓚獵] | 1110001010111110110101101011010001011101 | e2bed6b45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)