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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚????? | 11101010010111110011111100111111001111110011111100111111 | ea5f3f3f3f3f3f |
EUC-JP | 鸚????? | 11110011110000000011111100111111001111110011111100111111 | f3c03f3f3f3f3f |
UTF-8 | 鸚뽰늸璘쀥깷 | 111010011011100010011010111010111011110110110000111010111000101010111000111011111010011110101111111011001000000010100101111010101011100110110111 | e9b89aebbdb0eb8ab8efa7afec80a5eab9b7 |
UHC | 鸚뽰늸璘쀥깷 | 111001011010010010010110111011001000100010000001111011001101111010010111111001011000001110100101 | e5a496ec8881ecde97e583a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)