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 | 鬩溷ョ磯ケ | 1110100110101001100111111110010110101110100010001110100110111001 | e9a99fe5ae88e9b9 |
EUC-JP | 鬩溷ョ磯ケ | 11110010101010111101111011100111100011101010111010110000111010111000111010111001 | f2abdee78eaeb0eb8eb9 |
UTF-8 | 鬩溷ョ磯ケ | 111010011010110010101001111001101011101010110111111011111011110110101110111001111010001110101111111011111011110110111001 | e9aca9e6bab7efbdaee7a3afefbdb9 |
UHC | ???磯? | 001111110011111100111111110100011011010000111111 | 3f3f3fd1b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)