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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絅∴沖菴 | 1110001101000100100000011000100010001001101010111110010010111101 | e344818889abe4bd |
EUC-JP | 絅∴沖菴 | 1110010110100101101000011110100010110010101011011110100010111111 | e5a5a1e8b2ade8bf |
UTF-8 | 絅∴沖菴 | 111001111011010110000101111000101000100010110100111001101011001010010110111010001000111110110100 | e7b585e288b4e6b296e88fb4 |
UHC | 絅∴沖菴 | 1100110011100111101000011100010111110101111110001110010011100000 | cce7a1c5f5f8e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)