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 | 001111111000100110001010100100011001110001000010 | 3f898a919c42 |
EUC-JP | ?炎像B | 001111111011000111101010110000011111110001000010 | 3fb1eac1fc42 |
UTF-8 | 굽炎像B | 11101010101101011011110111100111100000101000111011100101100000111000111101000010 | eab5bde7828ee5838f42 |
UHC | 굽炎像B | 10110001110000011110011011111010110111111100000001000010 | b1c1e6fadfc042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)