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 | 鬯ゥ讎顔ャ | 1110100110101100101010011110011010100110100010101110011110101100 | e9aca9e6a68ae7ac |
EUC-JP | 鬯ゥ讎顔ャ | 11110010101011101000111010101001111011001010100010110100111010011000111010101100 | f2ae8ea9eca8b4e98eac |
UTF-8 | 鬯ゥ讎顔ャ | 111010011010110010101111111011111011110110101001111010001010111010001110111010011010000110010100111011111011110110101100 | e9acafefbda9e8ae8ee9a194efbdac |
UHC | ???顔? | 001111110011111100111111111001001101010000111111 | 3f3f3fe4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)