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 | 從?質? | 100111000110111000111111100011101011111100111111 | 9c6e3f8ebf3f |
EUC-JP | 從?質? | 110101111100111100111111101111001100000100111111 | d7cf3fbcc13f |
UTF-8 | 從서質섞 | 111001011011111010011110111011001000010010011100111010001011001110101010111011001000010010011110 | e5be9eec849ce8b3aaec849e |
UHC | 從서質섞 | 1111000011110100101111001010110111110010111101011011110010101111 | f0f4bcadf2f5bcaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)