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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 炎??nB | 100010011000101000111111001111110110111001000010 | 898a3f3f6e42 |
EUC-JP | 炎??nB | 101100011110101000111111001111110110111001000010 | b1ea3f3f6e42 |
UTF-8 | 炎울쉘nB | 1110011110000010100011101110110010011010101110001110110010001001100110000110111001000010 | e7828eec9ab8ec89986e42 |
UHC | 炎울쉘nB | 1110011011111010101111111110111110111101101010010110111001000010 | e6fabfefbda96e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)