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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??曙 | 00111111001111111000111110001100 | 3f3f8f8c |
EUC-JP | ??曙 | 00111111001111111011110111101100 | 3f3fbdec |
UTF-8 | 蟬샕曙 | 111010001001111110101100111011001000001110010101111001101001101110011001 | e89facec8395e69b99 |
UHC | 蟬샕曙 | 111000001101000110011000110000101101111111110101 | e0d198c2dff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)