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 | ??\??i | 001111110011111101011100001111110011111101101001 | 3f3f5c3f3f69 |
SJIS-WIN | 葬?\煜?i | 1001000110010010001111110101110011111011010101010011111101101001 | 91923f5cfb553f69 |
EUC-JP | 葬?\煜?i | 110000011111001000111111010111001000111111001001111111000011111101101001 | c1f23f5c8fc9fc3f69 |
UTF-8 | 葬렱\煜렎i | 1110100010010001101011001110101110100000101100010101110011100111100001011001110011101011101000001000111001101001 | e891aceba0b15ce7859ceba08e69 |
UHC | 葬렱\煜렎i | 11101101111101111000111010111110010111001110100111110010100011101010010001101001 | edf78ebe5ce9f28ea469 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)