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 | 跛懃声跋サ | 111001101110101010011100111001111001000010111010111001101110101110111011 | e6ea9ce790bae6ebbb |
EUC-JP | 跛懃声跋サ | 11101100111011001101100011101001110000001011110011101100111011011000111010111011 | ececd8e9c0bceced8ebb |
UTF-8 | 跛懃声跋サ | 111010001011011110011011111001101000011110000011111001011010001110110000111010001011011110001011111011111011110110111011 | e8b79be68783e5a3b0e8b78befbdbb |
UHC | 跛懃?跋? | 1111011111110101110100001100010000111111110110111010001000111111 | f7f5d0c43fdba23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)