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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 獰??岳?E | 1110000011010110001111110011111110001010011110000011111101000101 | e0d63f3f8a783f45 |
EUC-JP | 獰?Ŧ岳?E | 11100000110110000011111110001111101010011010111110110011110110010011111101000101 | e0d83f8fa9afb3d93f45 |
UTF-8 | 獰욅Ŧ岳췙E | 111001111000110110110000111011001001101010000101110001011010011011100101101100101011001111101100101101111001100101000101 | e78db0ec9a85c5a6e5b2b3ecb79945 |
UHC | 獰욅Ŧ岳췙E | 1110011110111110100111101110011110101000101011101110010010111111101011100101001001000101 | e7be9ee7a8aee4bfae5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)