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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 莠ス | 11100100101110101000001101011000 | e4ba8358 |
EUC-JP | 莠ス | 11101000101111001010010110111001 | e8bca5b9 |
UTF-8 | 莠ス | 111010001000111010100000111000111000001010111001 | e88ea0e382b9 |
UHC | ?ス | 001111111010101110111001 | 3fabb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)