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 | 竊托シ | 1110001010000110100100011110111110111100 | e28691efbc |
EUC-JP | 竊托シ | 111000111110011011000010111100011000111010111100 | e3e6c2f18ebc |
UTF-8 | 竊托シ | 111001111010101110001010111001101000100110011000111011111011110110111100 | e7ab8ae68998efbdbc |
UHC | 竊托? | 1110111110111100111101101111010100111111 | efbcf6f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)