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 | 閼臥盾 | 111010001000010010001001111001111000111110000010 | e88489e78f82 |
EUC-JP | 閼臥盾 | 111011111110010010110010111010011011110111100010 | efe4b2e9bde2 |
UTF-8 | 閼臥盾 | 111010011001011010111100111010001000011110100101111001111001101110111110 | e996bce887a5e79bbe |
UHC | 閼臥盾 | 111001001101100111101000110000101110001011101010 | e4d9e8c2e2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)