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 | 챤í | 11101100101100011010010011101101 | ecb1a4ed |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | 챤í | 1000111110101011110000001010000111011110100011111010001011110000100011111010101110111111 | 8fabc0a1de8fa2f08fabbf |
UTF-8 | 챤í | 1100001110101100110000101011000111000010101001001100001110101101 | c3acc2b1c2a4c3ad |
UHC | ?±¤? | 001111111010000110111110101000101011010000111111 | 3fa1bea2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)