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 | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
EUC-JP | 濩??岵?RE | 1000111111001001101001000011111100111111100011111011101110110111001111110101001001000101 | 8fc9a43f3f8fbbb73f5245 |
UTF-8 | 濩모ㅋ岵렞RE | 1110011010111111101010011110101110101010101010001110001110000101100010111110010110110010101101011110101110100000100111100101001001000101 | e6bfa9ebaaa8e3858be5b2b5eba09e5245 |
UHC | 濩모ㅋ岵렞RE | 111110111100110110111000111100001010010010111011111110111100000010001110101011110101001001000101 | fbcdb8f0a4bbfbc08eaf5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)