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 | 鉈シ逎ッ籵 | 1110011111101011101111001110011110100011101011111110001011100000 | e7ebbce7a3afe2e0 |
EUC-JP | 鉈シ逎ッ籵 | 11101110111011011000111010111100111011101010010110001110101011111110010011100010 | eeed8ebceea58eafe4e2 |
UTF-8 | 鉈シ逎ッ籵 | 111010011000100110001000111011111011110110111100111010011000000010001110111011111011110110101111111001111011000110110101 | e98988efbdbce9808eefbdafe7b1b5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)