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 | ???A^ | 0011111100111111001111110100000101011110 | 3f3f3f415e |
SJIS-WIN | 辰嘆存A^ | 1001001001000011100100100101000110010001101101100100000101011110 | 9243925191b6415e |
EUC-JP | 辰嘆存A^ | 1100001110100100110000111011001011000010101110000100000101011110 | c3a4c3b2c2b8415e |
UTF-8 | 辰嘆存A^ | 1110100010111110101100001110010110011000100001101110010110101101100110000100000101011110 | e8beb0e59886e5ad98415e |
UHC | 辰嘆存A^ | 1111001011100011111101111010001111110000111011010100000101011110 | f2e3f7a3f0ed415e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)