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 | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | ??證?RE | 00111111001111111110011010011010001111110101001001000101 | 3f3fe69a3f5245 |
EUC-JP | 岵?證?RE | 100011111011101110110111001111111110101111111010001111110101001001000101 | 8fbbb73febfa3f5245 |
UTF-8 | 岵렔證렕RE | 1110010110110010101101011110101110100000100101001110100010101101100010011110101110100000100101010101001001000101 | e5b2b5eba094e8ad89eba0955245 |
UHC | 岵렔證렕RE | 11111011110000001000111010101001111100011111101110001110101010100101001001000101 | fbc08ea9f1fb8eaa5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)