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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟻蓑痲 | 100010110110000110010110101010101110000110000100 | 8b6196aae184 |
EUC-JP | 蟻蓑痲 | 101101011100001011001100101011001110000111100100 | b5c2ccace1e4 |
UTF-8 | 蟻蓑痲 | 111010001001111110111011111010001001001110010001111001111001011110110010 | e89fbbe89391e797b2 |
UHC | 蟻蓑痲 | 111010111111110011011110111011101101100010100110 | ebfcdeeed8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)