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 | 100011011101101011100001110110001000110111011010111001011100101101000101 | 8ddae1d88ddae5cb45 |
EUC-JP | 載瞿載衢E | 101110101101110011100010110110101011101011011100111010101100110101000101 | badce2dabadceacd45 |
UTF-8 | 載瞿載衢E | 11101000101111001000100111100111100111101011111111101000101111001000100111101000101000011010001001000101 | e8bc89e79ebfe8bc89e8a1a245 |
UHC | 載瞿載衢E | 111011101011000011001111101110101110111010110000110011111100001101000101 | eeb0cfbaeeb0cfc345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)