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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 儻儻B | 1001100101010111100110010101011101000010 | 9957995742 |
EUC-JP | 儻儻B | 1101000110111000110100011011100001000010 | d1b8d1b842 |
UTF-8 | 儻儻B | 11100101100001001011101111100101100001001011101101000010 | e584bbe584bb42 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)