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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 煽?煽??B | 1001000011111000001111111001000011111000001111110011111101000010 | 90f83f90f83f3f42 |
EUC-JP | 煽?煽??B | 1100000011111010001111111100000011111010001111110011111101000010 | c0fa3fc0fa3f3f42 |
UTF-8 | 煽樂煽롛롔B | 11100111100001011011110111101111101001101011111111100111100001011011110111101011101000011001101111101011101000011001010001000010 | e785bdefa6bfe785bdeba19beba19442 |
UHC | 煽樂煽롛롔B | 1110000011000011111010001111100111100000110000111000111011011111100011101101100001000010 | e0c3e8f9e0c38edf8ed842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)