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 | 1001111111110001111010011110101001101001100111111111000111101001111010100110100101000010 | 9ff1e9ea699ff1e9ea6942 |
EUC-JP | 潁鳰i潁鳰iB | 1101111011110011111100101110110001101001110111101111001111110010111011000110100101000010 | def3f2ec69def3f2ec6942 |
UTF-8 | 潁鳰i潁鳰iB | 111001101011110110000001111010011011001110110000011010011110011010111101100000011110100110110011101100000110100101000010 | e6bd81e9b3b069e6bd81e9b3b06942 |
UHC | 潁?i潁?iB | 111001111011100000111111011010011110011110111000001111110110100101000010 | e7b83f69e7b83f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)