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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???蒻? | 001111110011111100111111111001001110100000111111 | 3f3f3fe4e83f |
EUC-JP | 旿??蒻? | 1000111111000001111101000011111100111111111010001110101000111111 | 8fc1f43f3fe8ea3f |
UTF-8 | 旿⒳벤蒻딟 | 111001101001011110111111111000101001001010110011111010111011001010100100111010001001001010111011111010111001010010011111 | e697bfe292b3ebb2a4e892bbeb949f |
UHC | 旿⒳벤蒻딟 | 11100111111110101010100111100100101110101010010111100101101101101000101101000010 | e7faa9e4baa5e5b68b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)