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 | 鬯ゥ邇イ蝮ゥ | 111010011010110010101001111001111000111010110010111001011001110110101001 | e9aca9e78eb2e59da9 |
EUC-JP | 鬯ゥ邇イ蝮ゥ | 111100101010111010001110101010011110110111101110100011101011001011101001111111011000111010101001 | f2ae8ea9edee8eb2e9fd8ea9 |
UTF-8 | 鬯ゥ邇イ蝮ゥ | 111010011010110010101111111011111011110110101001111010011000001010000111111011111011110110110010111010001001110110101110111011111011110110101001 | e9acafefbda9e98287efbdb2e89daeefbda9 |
UHC | ??邇??? | 00111111001111111110110011000100001111110011111100111111 | 3f3fecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)