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 | 杓縞鶴 | 100011101101101110001110110010001111110001001001 | 8edb8ec8fc49 |
EUC-JP | 杓縞? | 1011110011011101101111001100101000111111 | bcddbcca3f |
UTF-8 | 杓縞鶴 | 111001101001110110010011111001111011100010011110111011111010100010101101 | e69d93e7b89eefa8ad |
UHC | 杓縞? | 1111100011110101111110111101011000111111 | f8f5fbd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)