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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 煽?煽笑\ | 1001000011111000001111111001000011111000100011111100111001011100 | 90f83f90f88fce5c |
EUC-JP | 煽?煽笑\ | 1100000011111010001111111100000011111010101111101101000001011100 | c0fa3fc0fabed05c |
UTF-8 | 煽稶煽笑\ | 11100111100001011011110111100111101010001011011011100111100001011011110111100111101011001001000101011100 | e785bde7a8b6e785bde7ac915c |
UHC | 煽稶煽笑\ | 111000001100001111101001111100111110000011000011111000011100010101011100 | e0c3e9f3e0c3e1c55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)