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 | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-WIN | 媛肆?雨?RE | 10010101010100011110001111100110001111111000100101001010001111110101001001000101 | 9551e3e63f894a3f5245 |
EUC-JP | 媛肆?雨?RE | 11001001101100101110011011101000001111111011000110101011001111110101001001000101 | c9b2e6e83fb1ab3f5245 |
UTF-8 | 媛肆뗍雨렭RE | 1110010110101010100110111110100010000010100001101110101110010111100011011110100110011011101010001110101110100000101011010101001001000101 | e5aa9be88286eb978de99ba8eba0ad5245 |
UHC | 媛肆뗍雨렭RE | 111010101011000011011110111010111011011011000001111010011110101110001110101110100101001001000101 | eab0deebb6c1e9eb8eba5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)