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 | æaä½B | 1110011001100001111001001011110101000010 | e661e4bd42 |
SJIS-WIN | ?a??B | 0011111101100001001111110011111101000010 | 3f613f3f42 |
EUC-JP | æaä?B | 100011111010100111000001011000011000111110101011101000110011111101000010 | 8fa9c1618faba33f42 |
UTF-8 | æaä½B | 1100001110100110011000011100001110100100110000101011110101000010 | c3a661c3a4c2bd42 |
UHC | æa?½B | 10101001101000010110000100111111101010001111011001000010 | a9a1613fa8f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)