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 | 倭?ジ | 1001100001100000001111111000001101010111 | 98603f8357 |
EUC-JP | 倭?ジ | 1100111111000001001111111010010110111000 | cfc13fa5b8 |
UTF-8 | 倭뽫ジ | 111001011000000010101101111010111011110110101011111000111000001010111000 | e580adebbdabe382b8 |
UHC | 倭뽫ジ | 111010001101111010010110111001111010101110111000 | e8de96e7abb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)