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 | 踞よァ取ケ | 1110011011110101100000101110011010100111100011101110011010111001 | e6f582e6a78ee6b9 |
EUC-JP | 踞よァ取ケ | 11101100111101111010010011101000100011101010011110111100111010001000111010111001 | ecf7a4e88ea7bce88eb9 |
UTF-8 | 踞よァ取ケ | 111010001011100010011110111000111000001010001000111011111011110110100111111001011000111110010110111011111011110110111001 | e8b89ee38288efbda7e58f96efbdb9 |
UHC | 踞よ?取? | 1100101111100110101010101110100000111111111101101010001000111111 | cbe6aae83ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)