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 | 11100110101000010011111111100110101000010011111101000010 | e6a13fe6a13f42 |
EUC-JP | 譯?譯?B | 11101100101000110011111111101100101000110011111101000010 | eca33feca33f42 |
UTF-8 | 譯뱙譯뱙B | 11101000101011011010111111101011101100011001100111101000101011011010111111101011101100011001100101000010 | e8adafebb199e8adafebb19942 |
UHC | 譯뱙譯뱙B | 111001101011101110010011011110101110011010111011100100110111101001000010 | e6bb937ae6bb937a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)