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 | 111010001011100000111111001111110101001001000101 | e8b83f3f5245 |
EUC-JP | 雕??RE | 111100001011101000111111001111110101001001000101 | f0ba3f3f5245 |
UTF-8 | 雕띄깼RE | 1110100110011011100101011110101110011101100001001110101010111001101111000101001001000101 | e99b95eb9d84eab9bc5245 |
UHC | 雕띄깼RE | 1111000011100111101101101110011110110010101000110101001001000101 | f0e7b6e7b2a35245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)