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 | 阻?腸 | 1001000101101010001111111001001010110000 | 916a3f92b0 |
EUC-JP | 阻?腸 | 1100000111001011001111111100010010110010 | c1cb3fc4b2 |
UTF-8 | 阻렗腸 | 111010011001100010111011111010111010000010010111111010001000010110111000 | e998bbeba097e885b8 |
UHC | 阻렗腸 | 111100001110011010001110101011001110110111110011 | f0e68eacedf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)