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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 社灼痔 | 100011101101000010001110110111001000111010100100 | 8ed08edc8ea4 |
EUC-JP | 社灼痔 | 101111001101001010111100110111101011110010100110 | bcd2bcdebca6 |
UTF-8 | 社灼痔 | 111001111010010010111110111001111000000110111100111001111001011110010100 | e7a4bee781bce79794 |
UHC | 社灼痔 | 110111101110010011101101110001111111011011000000 | dee4edc7f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)