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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迹、隴俶オッ | 111001111001000110100100111010001010110110011000111001101011010110101111 | e791a4e8ad98e6b5af |
EUC-JP | 迹、隴俶オッ | 111011011111000110001110101001001111000010101111110100001110100010001110101101011000111010101111 | edf18ea4f0afd0e88eb58eaf |
UTF-8 | 迹、隴俶オッ | 111010001011111110111001111011111011110110100100111010011001101010110100111001001011111110110110111011111011110110110101111011111011110110101111 | e8bfb9efbda4e99ab4e4bfb6efbdb5efbdaf |
UHC | 迹????? | 11101110111010010011111100111111001111110011111100111111 | eee93f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)