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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?斤匡??^ | 0011111110001011110100101000101110100111001111110011111101011110 | 3f8bd28ba73f3f5e |
EUC-JP | ?斤匡??^ | 0011111110110110110101001011011010101001001111110011111101011110 | 3fb6d4b6a93f3f5e |
UTF-8 | 렺斤匡읖렊^ | 11101011101000001011101011100110100101101010010011100101100011001010000111101100100111011001011011101011101000001000101001011110 | eba0bae696a4e58ca1ec9d96eba08a5e |
UHC | 렺斤匡읖렊^ | 1000111011000010110100001100010111001110110001001100000011000101100011101010000101011110 | 8ec2d0c5cec4c0c58ea15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)