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 | 驍翫こ | 111010011000001010001010111000111000001010110001 | e9828ae382b1 |
EUC-JP | 驍翫こ | 111100011110001010110100111001011010010010110011 | f1e2b4e5a4b3 |
UTF-8 | 驍翫こ | 111010011010100110001101111001111011111110101011111000111000000110010011 | e9a98de7bfabe38193 |
UHC | 驍翫こ | 111111011010010011101000110100011010101010110011 | fda4e8d1aab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)