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 | ???N^ | 0011111100111111001111110100111001011110 | 3f3f3f4e5e |
SJIS-WIN | 辰嘆存N^ | 1001001001000011100100100101000110010001101101100100111001011110 | 9243925191b64e5e |
EUC-JP | 辰嘆存N^ | 1100001110100100110000111011001011000010101110000100111001011110 | c3a4c3b2c2b84e5e |
UTF-8 | 辰嘆存N^ | 1110100010111110101100001110010110011000100001101110010110101101100110000100111001011110 | e8beb0e59886e5ad984e5e |
UHC | 辰嘆存N^ | 1111001011100011111101111010001111110000111011010100111001011110 | f2e3f7a3f0ed4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)