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 | 1001110010100011111000101110001001000010 | 9ca3e2e242 |
EUC-JP | 悒粐B | 1101100010100101111001001110010001000010 | d8a5e4e442 |
UTF-8 | 悒粐B | 11100110100000101001001011100111101100101001000001000010 | e68292e7b29042 |
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)