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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 率??B | 1001011110100110001111110011111101000010 | 97a63f3f42 |
EUC-JP | 率??B | 1100111010101000001111110011111101000010 | cea83f3f42 |
UTF-8 | 率긺댚B | 11100111100011101000011111101010101110001011101011101011100011001001101001000010 | e78e87eab8baeb8c9a42 |
UHC | 率긺댚B | 11100001111000111011000111100111100010001011111001000010 | e1e3b1e788be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)