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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煽膳煽? | 10010000111110001001000101010110100100001111100000111111 | 90f8915690f83f |
EUC-JP | 煽膳煽饍 | 110000001111101011000001101101111100000011111010100011111110100011101101 | c0fac1b7c0fa8fe8ed |
UTF-8 | 煽膳煽饍 | 111001111000010110111101111010001000011010110011111001111000010110111101111010011010010110001101 | e785bde886b3e785bde9a58d |
UHC | 煽膳煽饍 | 1110000011000011111000001100111011100000110000111110000011010111 | e0c3e0cee0c3e0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)