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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 譯???\ | 111001101010000100111111001111110011111101011100 | e6a13f3f3f5c |
EUC-JP | 譯???\ | 111011001010001100111111001111110011111101011100 | eca33f3f3f5c |
UTF-8 | 譯롈몃퍠\ | 11101000101011011010111111101011101000011000100011101011101010101000001111101101100011011010000001011100 | e8adafeba188ebaa83ed8da05c |
UHC | 譯롈몃퍠\ | 111001101011101110001110110011101011100011101011101110111001011101011100 | e6bb8eceb8ebbb975c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)