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 | åÑë³ | 1110010110010000100111111101000110001010111010111000000010110011 | e5909fd18aeb80b3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??Ñ?ë?? | 1000111110101011101010010011111100111111100011111010101011010000001111111000111110101011101100110011111100111111 | 8faba93f3f8faad03f8fabb33f3f |
UTF-8 | åÑë³ | 11000011101001011100001010010000110000101001111111000011100100011100001010001010110000111010101111000010100000001100001010110011 | c3a5c290c29fc391c28ac3abc280c2b3 |
UHC | ???????³ | 001111110011111100111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)