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 | å½å£½P | 11100101100101111011110111100101101000111011110101010000 | e597bde5a3bd50 |
SJIS-WIN | ????£?P | 0011111100111111001111110011111110000001100100100011111101010000 | 3f3f3f3f81923f50 |
EUC-JP | å??å£?P | 100011111010101110101001001111110011111110001111101010111010100110100001111100100011111101010000 | 8faba93f3f8faba9a1f23f50 |
UTF-8 | å½å£½P | 11000011101001011100001010010111110000101011110111000011101001011100001010100011110000101011110101010000 | c3a5c297c2bdc3a5c2a3c2bd50 |
UHC | ??½??½P | 001111110011111110101000111101100011111100111111101010001111011001010000 | 3f3fa8f63f3fa8f650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)