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 | 跛ゥ讚壽。 | 1110011011101010101010011110011010101011100110101110011010100001 | e6eaa9e6ab9ae6a1 |
EUC-JP | 跛ゥ讚壽。 | 11101100111011001000111010101001111011001010110111010100111010001000111010100001 | ecec8ea9ecadd4e88ea1 |
UTF-8 | 跛ゥ讚壽。 | 111010001011011110011011111011111011110110101001111010001010111010011010111001011010001110111101111011111011110110100001 | e8b79befbda9e8ae9ae5a3bdefbda1 |
UHC | 跛?讚壽? | 1111011111110101001111111111001111000110111000011111100000111111 | f7f53ff3c6e1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)