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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 潁鴣潁゚ | 10011111111100011110100111110011100111111111000111011111 | 9ff1e9f39ff1df |
EUC-JP | 潁鴣潁゚ | 1101111011110011111100101111010111011110111100111000111011011111 | def3f2f5def38edf |
UTF-8 | 潁鴣潁゚ | 111001101011110110000001111010011011010010100011111001101011110110000001111011111011111010011111 | e6bd81e9b4a3e6bd81efbe9f |
UHC | 潁?潁? | 111001111011100000111111111001111011100000111111 | e7b83fe7b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)