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 | 巐弥嚴貂 | 1111101010110110100101101110110110011010100011101110011010111000 | fab696ed9a8ee6b8 |
EUC-JP | 巐弥嚴貂 | 100011111011101111111001110011001110111111010011111011101110110010111010 | 8fbbf9ccefd3eeecba |
UTF-8 | 巐弥嚴貂 | 111001011011011110010000111001011011110010100101111001011001101010110100111010001011001010000010 | e5b790e5bca5e59ab4e8b282 |
UHC | ??嚴貂 | 001111110011111111100101111100011111010110110000 | 3f3fe5f1f5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)