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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 腫?翁封 | 10001110111011100011111110001001101001011001010110010101 | 8eee3f89a59595 |
EUC-JP | 腫?翁封 | 10111100111100000011111110110010101001111100100111110101 | bcf03fb2a7c9f5 |
UTF-8 | 腫렓翁封 | 111010001000010110101011111010111010000010010011111001111011111110000001111001011011000010000001 | e885abeba093e7bf81e5b081 |
UHC | 腫렓翁封 | 1111000011111110100011101010100011101000101110101101110011100110 | f0fe8ea8e8badce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)