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 | 111000010101000000111111001111110101001001000101 | e1503f3f5245 |
EUC-JP | 甕??RE | 111000011011000100111111001111110101001001000101 | e1b13f3f5245 |
UTF-8 | 甕듸슈RE | 1110011110010100100101011110101110010011101110001110110010001010100010000101001001000101 | e79495eb93b8ec8a885245 |
UHC | 甕듸슈RE | 1110100010111000101101011110111110111101101101000101001001000101 | e8b8b5efbdb45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)