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 | 蒿随繍莢 | 1110010011100100100100001000111110001111010010101110010010110000 | e4e4908f8f4ae4b0 |
EUC-JP | 蒿随繍莢 | 1110100011100110101111111110111110111101101010111110100010110010 | e8e6bfefbdabe8b2 |
UTF-8 | 蒿随繍莢 | 111010001001001010111111111010011001101010001111111001111011100110001101111010001000111010100010 | e892bfe99a8fe7b98de88ea2 |
UHC | 蒿??莢 | 111110111101101000111111001111111111101011111000 | fbda3f3ffaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)