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 | 鴫簍勺 | 100011101011000011100010110010111000111011011001 | 8eb0e2cb8ed9 |
EUC-JP | 鴫簍勺 | 101111001011001011100100110011011011110011011011 | bcb2e4cdbcdb |
UTF-8 | 鴫簍勺 | 111010011011010010101011111001111011000010001101111001011000101110111010 | e9b4abe7b08de58bba |
UHC | ??勺 | 00111111001111111110110111000011 | 3f3fedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)