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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 潁鴿湫 | 100111111111000111101001111110011001111111010101 | 9ff1e9f99fd5 |
EUC-JP | 潁鴿湫 | 110111101111001111110010111110111101111011010111 | def3f2fbded7 |
UTF-8 | 潁鴿湫 | 111001101011110110000001111010011011010010111111111001101011100110101011 | e6bd81e9b4bfe6b9ab |
UHC | 潁?湫 | 1110011110111000001111111111010111010011 | e7b83ff5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)