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 | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
SJIS-WIN | 裁?????RE | 100011011101100100111111001111110011111100111111001111110101001001000101 | 8dd93f3f3f3f3f5245 |
EUC-JP | 裁?????RE | 101110101101101100111111001111110011111100111111001111110101001001000101 | badb3f3f3f3f3f5245 |
UTF-8 | 裁띳렰얏렲렜RE | 1110100010100011100000011110101110011101101100111110101110100000101100001110110010010110100011111110101110100000101100101110101110100000100111000101001001000101 | e8a381eb9db3eba0b0ec968feba0b2eba09c5245 |
UHC | 裁띳렰얏렲렜RE | 1110111010101110101101101111000110001110101111011011111011100110100011101011111110001110101011100101001001000101 | eeaeb6f18ebdbee68ebf8eae5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)