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 | 111110110100101010001110101111001111101101001010100011101011110001000101 | fb4a8ebcfb4a8ebc45 |
EUC-JP | 溿湿溿湿E | 1000111111001000101100011011110010111110100011111100100010110001101111001011111001000101 | 8fc8b1bcbe8fc8b1bcbe45 |
UTF-8 | 溿湿溿湿E | 11100110101110101011111111100110101110011011111111100110101110101011111111100110101110011011111101000101 | e6babfe6b9bfe6babfe6b9bf45 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)