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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 煽?煽?k | 10010000111110000011111110010000111110000011111101101011 | 90f83f90f83f6b |
EUC-JP | 煽渲煽?k | 110000001111101010001111110001111110110011000000111110100011111101101011 | c0fa8fc7ecc0fa3f6b |
UTF-8 | 煽渲煽樂k | 11100111100001011011110111100110101110001011001011100111100001011011110111101111101001101011111101101011 | e785bde6b8b2e785bdefa6bf6b |
UHC | 煽渲煽樂k | 111000001100001111100000110000101110000011000011111010001111100101101011 | e0c3e0c2e0c3e8f96b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)