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 | 驟願陪 | 111010011000010110001010111010001001010010000110 | e9858ae89486 |
EUC-JP | 驟願陪 | 111100011110010110110100111010101100011111100110 | f1e5b4eac7e6 |
UTF-8 | 驟願陪 | 111010011010100110011111111010011010000110011000111010011001100110101010 | e9a99fe9a198e999aa |
UHC | 驟願陪 | 111101101010111011101010110000111101101111010110 | f6aeeac3dbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)