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 | ????@?? | 00111111001111110011111100111111010000000011111100111111 | 3f3f3f3f403f3f |
SJIS-WIN | ????@?冒 | 0011111100111111001111110011111101000000001111111001011001100000 | 3f3f3f3f403f9660 |
EUC-JP | ????@?冒 | 0011111100111111001111110011111101000000001111111100101111000001 | 3f3f3f3f403fcbc1 |
UTF-8 | 렺챙렺쉠@렺冒 | 11101011101000001011101011101100101100011001100111101011101000001011101011101100100010011010000001000000111010111010000010111010111001011000011010010010 | eba0baecb199eba0baec89a040eba0bae58692 |
UHC | 렺챙렺쉠@렺冒 | 10001110110000101100001110101100100011101100001010111101101010100100000010001110110000101101100110110011 | 8ec2c3ac8ec2bdaa408ec2d9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)