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 | 丹賊臓 | 100100100100111110010001101011111001000110011111 | 924f91af919f |
EUC-JP | 丹賊臓 | 110000111011000011000010101100011100001010100001 | c3b0c2b1c2a1 |
UTF-8 | 丹賊臓 | 111001001011100010111001111010001011001110001010111010001000011110010011 | e4b8b9e8b38ae88793 |
UHC | 丹賊? | 1101001110100001111011101110010000111111 | d3a1eee43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)