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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬲梦ゥィ寀イ | 111010011010110110011010111010111010100110101000111110101010011110110010 | e9ad9aeba9a8faa7b2 |
EUC-JP | 鬲梦ゥィ寀イ | 11110010101011111101010011101101100011101010100110001110101010001000111110111010110110111000111010110010 | f2afd4ed8ea98ea88fbadb8eb2 |
UTF-8 | 鬲梦ゥィ寀イ | 111010011010110010110010111001101010001010100110111011111011110110101001111011111011110110101000111001011010111110000000111011111011110110110010 | e9acb2e6a2a6efbda9efbda8e5af80efbdb2 |
UHC | ????寀? | 00111111001111110011111100111111111100111111001000111111 | 3f3f3f3ff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)