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 | ¥£à³ | 100011101010010110001110101000111110000010110011 | 8ea58ea3e0b3 |
SJIS-WIN | ?¥?£?? | 0011111110000001100011110011111110000001100100100011111100111111 | 3f818f3f81923f3f |
EUC-JP | ???£à? | 001111110011111100111111101000011111001010001111101010111010001000111111 | 3f3f3fa1f28faba23f |
UTF-8 | ¥£à³ | 110000101000111011000010101001011100001010001110110000101010001111000011101000001100001010110011 | c28ec2a5c28ec2a3c3a0c2b3 |
UHC | ?????³ | 00111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)