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 | 腫?地 | 1000111011101110001111111001001001101110 | 8eee3f926e |
EUC-JP | 腫?地 | 1011110011110000001111111100001111001111 | bcf03fc3cf |
UTF-8 | 腫렓地 | 111010001000010110101011111010111010000010010011111001011001110010110000 | e885abeba093e59cb0 |
UHC | 腫렓地 | 111100001111111010001110101010001111001010100010 | f0fe8ea8f2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)