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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 炎??RE | 100010011000101000111111001111110101001001000101 | 898a3f3f5245 |
EUC-JP | 炎??RE | 101100011110101000111111001111110101001001000101 | b1ea3f3f5245 |
UTF-8 | 炎ㅹ큳RE | 1110011110000010100011101110001110000101101110011110110110000001101100110101001001000101 | e7828ee385b9ed81b35245 |
UHC | 炎ㅹ큳RE | 1110011011111010101001001110100110110100100000110101001001000101 | e6faa4e9b4835245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)