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 | 、鰌鶴 | 11110000101010101010010011101001110100111111110001001001 | f0aaa4e9d3fc49 |
EUC-JP | ?、鰌? | 001111111000111010100100111100101101010100111111 | 3f8ea4f2d53f |
UTF-8 | 、鰌鶴 | 111011101000000110101001111011111011110110100100111010011011000010001100111011111010100010101101 | ee81a9efbda4e9b08cefa8ad |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)