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 | F}F{^ | 100011101001101001000110011111011000111010011010010001100111101101011110 | 8e9a467d8e9a467b5e |
SJIS-WIN | ??F}??F{^ | 001111110011111101000110011111010011111100111111010001100111101101011110 | 3f3f467d3f3f467b5e |
EUC-JP | ??F}??F{^ | 001111110011111101000110011111010011111100111111010001100111101101011110 | 3f3f467d3f3f467b5e |
UTF-8 | F}F{^ | 11000010100011101100001010011010010001100111110111000010100011101100001010011010010001100111101101011110 | c28ec29a467dc28ec29a467b5e |
UHC | ??F}??F{^ | 001111110011111101000110011111010011111100111111010001100111101101011110 | 3f3f467d3f3f467b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)