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 | 昇ケ淏 | 10001111101110001011100111110000111000001111101101000010 | 8fb8b9f0e0fb42 |
EUC-JP | 昇ケ?淏 | 1011111010111010100011101011100100111111100011111100011111011001 | beba8eb93f8fc7d9 |
UTF-8 | 昇ケ淏 | 111001101001100010000111111011111011110110111001111011101000001010011111111001101011011110001111 | e69887efbdb9ee829fe6b78f |
UHC | 昇??淏 | 111000111011000000111111001111111111101111001000 | e3b03f3ffbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)