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 | 髯イ鮨「諢 | 1110100110011001101100101110100110111101101000101110011010000100 | e999b2e9bda2e684 |
EUC-JP | 髯イ鮨「諢 | 11110001111110011000111010110010111100101011111110001110101000101110101111100100 | f1f98eb2f2bf8ea2ebe4 |
UTF-8 | 髯イ鮨「諢 | 111010011010101110101111111011111011110110110010111010011010111010101000111011111011110110100010111010001010101110100010 | e9abafefbdb2e9aea8efbda2e8aba2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)