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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐溢ア禄 | 11111010101101101000100011101100101100011001100001011100 | fab688ecb1985c |
EUC-JP | 巐溢ア禄 | 100011111011101111111001101100001110111010001110101100011100111110111101 | 8fbbf9b0ee8eb1cfbd |
UTF-8 | 巐溢ア禄 | 111001011011011110010000111001101011101010100010111011111011110110110001111001111010011010000100 | e5b790e6baa2efbdb1e7a684 |
UHC | ?溢?? | 0011111111101100111011100011111100111111 | 3fecee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)