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 | 蟶芽稀 | 111001011011100010001001111010001000101101001000 | e5b889e88b48 |
EUC-JP | 蟶芽稀 | 111010101011101010110010111010101011010110101001 | eabab2eab5a9 |
UTF-8 | 蟶芽稀 | 111010001001111110110110111010001000101010111101111001111010100010000000 | e89fb6e88abde7a880 |
UHC | ?芽稀 | 0011111111100100101101001111110111111100 | 3fe4b4fdfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)