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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 薪??h? | 100100000110010000111111001111110110100000111111 | 90643f3f683f |
EUC-JP | 薪??h啞 | 1011111111000101001111110011111101101000100011111011010111100000 | bfc53f3f688fb5e0 |
UTF-8 | 薪릯뢇h啞 | 11101000100101101010101011101011101001101010111111101011101000101000011101101000111001011001010110011110 | e896aaeba6afeba28768e5959e |
UHC | 薪릯뢇h啞 | 111000111110111110010000100011111000111101000011011010001110010010101111 | e3ef908f8f4368e4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)