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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
UTF-8 | 멲巢뗼뗼E | 11101011101010011011001011100101101101111010001011101011100101111011110011101011100101111011110001000101 | eba9b2e5b7a2eb97bceb97bc45 |
UHC | 멲巢뗼뗼E | 100100010110000111100001101101011000101111111011100010111111101101000101 | 9161e1b58bfb8bfb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)