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 | 1000110111011101001111111110011010011010001111110101001001000101 | 8ddd3fe69a3f5245 |
EUC-JP | 在?證?RE | 1011101011011111001111111110101111111010001111110101001001000101 | badf3febfa3f5245 |
UTF-8 | 在렔證렕RE | 1110010110011100101010001110101110100000100101001110100010101101100010011110101110100000100101010101001001000101 | e59ca8eba094e8ad89eba0955245 |
UHC | 在렔證렕RE | 11101110101001001000111010101001111100011111101110001110101010100101001001000101 | eea48ea9f1fb8eaa5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)