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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 譯???B | 111001101010000100111111001111110011111101000010 | e6a13f3f3f42 |
EUC-JP | 譯???B | 111011001010001100111111001111110011111101000010 | eca33f3f3f42 |
UTF-8 | 譯롈몃퍠B | 11101000101011011010111111101011101000011000100011101011101010101000001111101101100011011010000001000010 | e8adafeba188ebaa83ed8da042 |
UHC | 譯롈몃퍠B | 111001101011101110001110110011101011100011101011101110111001011101000010 | e6bb8eceb8ebbb9742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)