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 | ǹý¢¥ | 100011111100011110111001111111011010001010100101 | 8fc7b9fda2a5 |
SJIS-WIN | ????¢¥ | 0011111100111111001111110011111110000001100100011000000110001111 | 3f3f3f3f8191818f |
EUC-JP | ?Ç?ý¢? | 0011111110001111101010101010111000111111100011111010101111110010101000011111000100111111 | 3f8faaae3f8fabf2a1f13f |
UTF-8 | ǹý¢¥ | 110000101000111111000011100001111100001010111001110000111011110111000010101000101100001010100101 | c28fc387c2b9c3bdc2a2c2a5 |
UHC | ??¹??? | 00111111001111111010100111110110001111110011111100111111 | 3f3fa9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)