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 | êä¼ê«³ | 1110101011100100101111001110101010001110101010111000111010110011 | eae4bcea8eab8eb3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | êä?ê???? | 1000111110101011101101001000111110101011101000110011111110001111101010111011010000111111001111110011111100111111 | 8fabb48faba33f8fabb43f3f3f3f |
UTF-8 | êä¼ê«³ | 11000011101010101100001110100100110000101011110011000011101010101100001010001110110000101010101111000010100011101100001010110011 | c3aac3a4c2bcc3aac28ec2abc28ec2b3 |
UHC | ??¼????³ | 00111111001111111010100011111001001111110011111100111111001111111010100111111000 | 3f3fa8f93f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)