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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋐、莢ョ焄 | 1111101111010010101001001110010010110000101011101111101101010100 | fbd2a4e4b0aefb54 |
EUC-JP | 鋐、莢ョ焄 | 100011111110010010111110100011101010010011101000101100101000111010101110100011111100100111100011 | 8fe4be8ea4e8b28eae8fc9e3 |
UTF-8 | 鋐、莢ョ焄 | 111010011000101110010000111011111011110110100100111010001000111010100010111011111011110110101110111001111000010010000100 | e98b90efbda4e88ea2efbdaee78484 |
UHC | ??莢?焄 | 00111111001111111111101011111000001111111111110110110110 | 3f3ffaf83ffdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)