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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??渦??渦B | 001111110011111110001001010100010011111100111111100010010101000101000010 | 3f3f89513f3f895142 |
EUC-JP | ??渦??渦B | 001111110011111110110001101100100011111100111111101100011011001001000010 | 3f3fb1b23f3fb1b242 |
UTF-8 | 몗믥渦몗믥渦B | 11101011101010101001011111101011101011111010010111100110101110001010011011101011101010101001011111101011101011111010010111100110101110001010011001000010 | ebaa97ebafa5e6b8a6ebaa97ebafa5e6b8a642 |
UHC | 몗믥渦몗믥渦B | 10010001100001011001001011100111111010001011111010010001100001011001001011100111111010001011111001000010 | 918592e7e8be918592e7e8be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)