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 | çÏÎ | 111001111100111110011110110011101000001010001110 | e7cf9ece828e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çÏ?Î?? | 100011111010101110101110100011111010101011000001001111111000111110101010110000100011111100111111 | 8fabae8faac13f8faac23f3f |
UTF-8 | çÏÎ | 110000111010011111000011100011111100001010011110110000111000111011000010100000101100001010001110 | c3a7c38fc29ec38ec282c28e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)