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 | ???筮ぞ | 00111111001111110011111111100010101011001000001010111100 | 3f3f3fe2ac82bc |
EUC-JP | ???筮ぞ | 00111111001111110011111111100100101011101010010010111110 | 3f3f3fe4aea4be |
UTF-8 | 렯렍렯筮ぞ | 111010111010000010101111111010111010000010001101111010111010000010101111111001111010110110101110111000111000000110011110 | eba0afeba08deba0afe7adaee3819e |
UHC | 렯렍렯筮ぞ | 10001110101111001000111010100011100011101011110011011111111110111010101010111110 | 8ebc8ea38ebcdffbaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)