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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煽姚煽 | 100100001111100010011011010011001001000011111000 | 90f89b4c90f8 |
EUC-JP | 煽姚煽 | 110000001111101011010101101011011100000011111010 | c0fad5adc0fa |
UTF-8 | 煽姚煽 | 111001111000010110111101111001011010011110011010111001111000010110111101 | e785bde5a79ae785bd |
UHC | 煽姚煽 | 111000001100001111101000111011101110000011000011 | e0c3e8eee0c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)