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 | 臍耕??闇 | 1110010001100000100011010110101100111111001111111000100011000101 | e4608d6b3f3f88c5 |
EUC-JP | 臍耕??闇 | 1110011111000001101110011100110000111111001111111011000011000111 | e7c1b9cc3f3fb0c7 |
UTF-8 | 臍耕렍렞闇 | 111010001000011110001101111010001000000010010101111010111010000010001101111010111010000010011110111010011001011110000111 | e8878de88095eba08deba09ee99787 |
UHC | 臍耕렍렞闇 | 11110000101100001100110011101001100011101010001110001110101011111110010011100001 | f0b0cce98ea38eafe4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)