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 | 巐弥嚴躬 | 1111101010110110100101101110110110011010100011101110011101011010 | fab696ed9a8ee75a |
EUC-JP | 巐弥嚴躬 | 100011111011101111111001110011001110111111010011111011101110110110111011 | 8fbbf9ccefd3eeedbb |
UTF-8 | 巐弥嚴躬 | 111001011011011110010000111001011011110010100101111001011001101010110100111010001011101010101100 | e5b790e5bca5e59ab4e8baac |
UHC | ??嚴躬 | 001111110011111111100101111100011100111111100101 | 3f3fe5f1cfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)