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 | 萓瀧摺萓 | 1110010010111110100100011110101110010000101000001110010010111110 | e4be91eb90a0e4be |
EUC-JP | 萓瀧摺萓 | 1110100011000000110000101110110111000000101000101110100011000000 | e8c0c2edc0a2e8c0 |
UTF-8 | 萓瀧摺萓 | 111010001001000010010011111001111000000010100111111001101001000110111010111010001001000010010011 | e89093e780a7e691bae89093 |
UHC | ?瀧摺? | 001111111101011011101001111011111100100100111111 | 3fd6e9efc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)