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 | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 葹z葹zB | 11100100110111110111101011100100110111110111101001000010 | e4df7ae4df7a42 |
EUC-JP | 葹z葹zB | 11101000111000010111101011101000111000010111101001000010 | e8e17ae8e17a42 |
UTF-8 | 葹z葹zB | 111010001001000110111001011110101110100010010001101110010111101001000010 | e891b97ae891b97a42 |
UHC | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)