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 | 鬯ゥ閧エ蟷 | 1110100110101100101010011110100010000010101101001110010110111001 | e9aca9e882b4e5b9 |
EUC-JP | 鬯ゥ閧エ蟷 | 11110010101011101000111010101001111011111110001010001110101101001110101010111011 | f2ae8ea9efe28eb4eabb |
UTF-8 | 鬯ゥ閧エ蟷 | 111010011010110010101111111011111011110110101001111010011001011010100111111011111011110110110100111010001001111110110111 | e9acafefbda9e996a7efbdb4e89fb7 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)