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 | ?®?B | 00111111101011100011111101000010 | 3fae3f42 |
SJIS-WIN | 蒻??B | 1110010011101000001111110011111101000010 | e4e83f3f42 |
EUC-JP | 蒻®?B | 11101000111010101000111110100010111011100011111101000010 | e8ea8fa2ee3f42 |
UTF-8 | 蒻®뿆B | 111010001001001010111011110000101010111011101011101111111000011001000010 | e892bbc2aeebbf8642 |
UHC | 蒻®뿆B | 11100101101101101010001011100111100101111000110101000010 | e5b6a2e7978d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)