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 | 繒磐??靜 | 1111101110001111100101001101011000111111001111111110100011001110 | fb8f94d63f3fe8ce |
EUC-JP | 繒磐??靜 | 100011111101010011010100110010001101100000111111001111111111000011010000 | 8fd4d4c8d83f3ff0d0 |
UTF-8 | 繒磐렰렗靜 | 111001111011100110010010111001111010001110010000111010111010000010110000111010111010000010010111111010011001110110011100 | e7b992e7a390eba0b0eba097e99d9c |
UHC | 繒磐렰렗靜 | 11110001111110011101101011110001100011101011110110001110101011001111000010100001 | f1f9daf18ebd8eacf0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)