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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ーヒソ犹ゥア | 10110000110010111011111111100000101110011010100110110001 | b0cbbfe0b9a9b1 |
EUC-JP | ーヒソ犹ゥア | 100011101011000010001110110010111000111010111111111000001011101110001110101010011000111010110001 | 8eb08ecb8ebfe0bb8ea98eb1 |
UTF-8 | ーヒソ犹ゥア | 111011111011110110110000111011111011111010001011111011111011110110111111111001111000101010111001111011111011110110101001111011111011110110110001 | efbdb0efbe8befbdbfe78ab9efbda9efbdb1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)