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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莟削舟羶駈集 | 111001001010111110001101111011011000111101001101111000111011110110001011111011011000111101010111 | e4af8ded8f4de3bd8bed8f57 |
EUC-JP | 莟削舟羶駈集 | 111010001011000110111010111011111011110110101110111001101011111110110110111011111011110110111000 | e8b1baefbdaee6bfb6efbdb8 |
UTF-8 | 莟削舟羶駈集 | 111010001000111010011111111001011000100110001010111010001000100010011111111001111011111010110110111010011010011110001000111010011001101110000110 | e88e9fe5898ae8889fe7beb6e9a788e99b86 |
UHC | ?削舟??集 | 001111111101111011111011111100011100011100111111001111111111001110100010 | 3fdefbf1c73f3ff3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)