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 | 00111111001111110011111110001011101010010101001001000101 | 3f3f3f8ba95245 |
EUC-JP | ???叫RE | 00111111001111110011111110110110101010110101001001000101 | 3f3f3fb6ab5245 |
UTF-8 | 醴븍뜄叫RE | 1110111110100110101101111110101110111000100011011110101110011100100001001110010110001111101010110101001001000101 | efa6b7ebb88deb9c84e58fab5245 |
UHC | 醴븍뜄叫RE | 11100111111001001011101011101011100011011000100011010000101000110101001001000101 | e7e4baeb8d88d0a35245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)