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 | ???P^ | 0011111100111111001111110101000001011110 | 3f3f3f505e |
SJIS-WIN | 辰嘆存P^ | 1001001001000011100100100101000110010001101101100101000001011110 | 9243925191b6505e |
EUC-JP | 辰嘆存P^ | 1100001110100100110000111011001011000010101110000101000001011110 | c3a4c3b2c2b8505e |
UTF-8 | 辰嘆存P^ | 1110100010111110101100001110010110011000100001101110010110101101100110000101000001011110 | e8beb0e59886e5ad98505e |
UHC | 辰嘆存P^ | 1111001011100011111101111010001111110000111011010101000001011110 | f2e3f7a3f0ed505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)