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 | 001111111000110011110111100000110111001100111111001111110101001001000101 | 3f8cf783733f3f5245 |
EUC-JP | ?功ピ?珹RE | 0011111110111000111110011010010111010100001111111000111111001011111110110101001001000101 | 3fb8f9a5d43f8fcbfb5245 |
UTF-8 | 룴功ピ룶珹RE | 1110101110100011101101001110010110001010100111111110001110000011100101001110101110100011101101101110011110001111101110010101001001000101 | eba3b4e58a9fe38394eba3b6e78fb95245 |
UHC | 룴功ピ룶珹RE | 100011111010100111001101111011011010101111010100100011111010101111100000111110110101001001000101 | 8fa9cdedabd48fabe0fb5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)