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 | 隕ゥ逎ッ蔬 | 1110100010100110101010011110011110100011101011111110010011110100 | e8a6a9e7a3afe4f4 |
EUC-JP | 隕ゥ逎ッ蔬 | 11110000101010001000111010101001111011101010010110001110101011111110100011110110 | f0a88ea9eea58eafe8f6 |
UTF-8 | 隕ゥ逎ッ蔬 | 111010011001101010010101111011111011110110101001111010011000000010001110111011111011110110101111111010001001010010101100 | e99a95efbda9e9808eefbdafe894ac |
UHC | 隕???蔬 | 11101010101000100011111100111111001111111110000111001010 | eaa23f3f3fe1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)