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 | ÂízÂízB | 100011111100001011101101011110101000111111000010111011010111101001000010 | 8fc2ed7a8fc2ed7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ?Âíz?ÂízB | 0011111110001111101010101010010010001111101010111011111101111010001111111000111110101010101001001000111110101011101111110111101001000010 | 3f8faaa48fabbf7a3f8faaa48fabbf7a42 |
UTF-8 | ÂízÂízB | 110000101000111111000011100000101100001110101101011110101100001010001111110000111000001011000011101011010111101001000010 | c28fc382c3ad7ac28fc382c3ad7a42 |
UHC | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)