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 | Êûé·ÞÛB | 11001010111110111110100110110111110111101101101101000010 | cafbe9b7dedb42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | Êûé?ÞÛB | 1000111110101010101101001000111110101011111001011000111110101011101100010011111110001111101010011011000010001111101010101110010101000010 | 8faab48fabe58fabb13f8fa9b08faae542 |
UTF-8 | Êûé·ÞÛB | 11000011100010101100001110111011110000111010100111000010101101111100001110011110110000111001101101000010 | c38ac3bbc3a9c2b7c39ec39b42 |
UHC | ???·Þ?B | 001111110011111100111111101000011010010010101000101011010011111101000010 | 3f3f3fa1a4a8ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)