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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 鴨?i鴨?iB | 100010101001101100111111011010011000101010011011001111110110100101000010 | 8a9b3f698a9b3f6942 |
EUC-JP | 鴨?i鴨?iB | 101100111111101100111111011010011011001111111011001111110110100101000010 | b3fb3f69b3fb3f6942 |
UTF-8 | 鴨拾i鴨拾iB | 111010011011010010101000111011111010010110110011011010011110100110110100101010001110111110100101101100110110100101000010 | e9b4a8efa5b369e9b4a8efa5b36942 |
UHC | 鴨拾i鴨拾iB | 1110010011100101111001001010100101101001111001001110010111100100101010010110100101000010 | e4e5e4a969e4e5e4a96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)