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 | 1110010011100011100010001110011110011011101111100101001001000101 | e4e388e79bbe5245 |
EUC-JP | 蒹育崟RE | 1110100011100101101100001110100111010110110000000101001001000101 | e8e5b0e9d6c05245 |
UTF-8 | 蒹育崟RE | 1110100010010010101110011110100010000010101100101110010110110100100111110101001001000101 | e892b9e882b2e5b49f5245 |
UHC | ?育?RE | 001111111110101111000000001111110101001001000101 | 3febc03f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)