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 | êù³ïè | 111010101111100110001110101100111110111111101000 | eaf98eb3efe8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | êù??ïè | 1000111110101011101101001000111110101011111000110011111100111111100011111010101111000001100011111010101110110010 | 8fabb48fabe33f3f8fabc18fabb2 |
UTF-8 | êù³ïè | 110000111010101011000011101110011100001010001110110000101011001111000011101011111100001110101000 | c3aac3b9c28ec2b3c3afc3a8 |
UHC | ???³?? | 00111111001111110011111110101001111110000011111100111111 | 3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)