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 | 浯倶豈。 | 11111010111111001000101111100100111001101010111110100001 | fafc8be4e6afa1 |
EUC-JP | 浯倶豈。 | 100011111100011111000011101101101110011011101100101100011000111010100001 | 8fc7c3b6e6ecb18ea1 |
UTF-8 | 浯倶豈。 | 111001101011010110101111111001011000000010110110111010001011000110001000111011111011110110100001 | e6b5afe580b6e8b188efbda1 |
UHC | ??豈? | 0011111100111111110100011100001000111111 | 3f3fd1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)