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 | 炅企痔 | 111110110101000110001010111010011000111010100100 | fb518ae98ea4 |
EUC-JP | 炅企痔 | 10001111110010011100101010110100111010111011110010100110 | 8fc9cab4ebbca6 |
UTF-8 | 炅企痔 | 111001111000001010000101111001001011110010000001111001111001011110010100 | e78285e4bc81e79794 |
UHC | 炅企痔 | 110011001101110111010000111010101111011011000000 | ccddd0eaf6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)