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 | 專?煉錞 | 10011011100100110011111110010111111110011111101111011011 | 9b933f97f9fbdb |
EUC-JP | 專?煉錞 | 1101010111110011001111111100111011111011100011111110010011011100 | d5f33fcefb8fe4dc |
UTF-8 | 專얗煉錞 | 111001011011000010001000111011001001011010010111111001111000010110001001111010011000110010011110 | e5b088ec9697e78589e98c9e |
UHC | 專얗煉錞 | 1110111011110110101111101110100111010110101000011110001011110110 | eef6bee9d6a1e2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)