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 | ?Ln}?Ln{^ | 001111110100110001101110011111010011111101001100011011100111101101011110 | 3f4c6e7d3f4c6e7b5e |
SJIS-WIN | 瞻Ln}瞻Ln{^ | 1110000111011011010011000110111001111101111000011101101101001100011011100111101101011110 | e1db4c6e7de1db4c6e7b5e |
EUC-JP | 瞻Ln}瞻Ln{^ | 1110001011011101010011000110111001111101111000101101110101001100011011100111101101011110 | e2dd4c6e7de2dd4c6e7b5e |
UTF-8 | 瞻Ln}瞻Ln{^ | 11100111100111101011101101001100011011100111110111100111100111101011101101001100011011100111101101011110 | e79ebb4c6e7de79ebb4c6e7b5e |
UHC | 瞻Ln}瞻Ln{^ | 1111010011010111010011000110111001111101111101001101011101001100011011100111101101011110 | f4d74c6e7df4d74c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)