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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?影}?影{^ | 001111111000100101100101011111010011111110001001011001010111101101011110 | 3f89657d3f89657b5e |
EUC-JP | ?影}?影{^ | 001111111011000111000110011111010011111110110001110001100111101101011110 | 3fb1c67d3fb1c67b5e |
UTF-8 | 뾅影}뾅影{^ | 111010111011111010000101111001011011110110110001011111011110101110111110100001011110010110111101101100010111101101011110 | ebbe85e5bdb17debbe85e5bdb17b5e |
UHC | 뾅影}뾅影{^ | 1001011101000011111001111010111101111101100101110100001111100111101011110111101101011110 | 9743e7af7d9743e7af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)