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 | 樗?蒸??汁 | 100100101001010000111111100011111111011000111111001111111000111101100000 | 92943f8ff63f3f8f60 |
EUC-JP | 樗?蒸??汁 | 110000111111010000111111101111101111100000111111001111111011110111000001 | c3f43fbef83f3fbdc1 |
UTF-8 | 樗렍蒸얕㎭汁 | 111001101010100010010111111010111010000010001101111010001001001010111000111011001001011010010101111000111000111010101101111001101011000110000001 | e6a897eba08de892b8ec9695e38eade6b181 |
UHC | 樗렍蒸얕㎭汁 | 111011101100000010001110101000111111000111111010101111101110100010100111111000011111000111110000 | eec08ea3f1fabee8a7e1f1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)