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 | 寘磁 | 111110101010100110001110101001011111000111100111 | faa98ea5f1e7 |
EUC-JP | 寘磁? | 100011111011101011100001101111001010011100111111 | 8fbae1bca73f |
UTF-8 | 寘磁 | 111001011010111110011000111001111010001110000001111011101000010110100010 | e5af98e7a381ee85a2 |
UHC | ?磁? | 00111111111011011011100000111111 | 3fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)