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 | zûê | 100101110111101010011001111110111001100011101010 | 977a99fb98ea |
SJIS-WIN | ?z???? | 001111110111101000111111001111110011111100111111 | 3f7a3f3f3f3f |
EUC-JP | ?z?û?ê | 00111111011110100011111110001111101010111110010100111111100011111010101110110100 | 3f7a3f8fabe53f8fabb4 |
UTF-8 | zûê | 1100001010010111011110101100001010011001110000111011101111000010100110001100001110101010 | c2977ac299c3bbc298c3aa |
UHC | ?z???? | 001111110111101000111111001111110011111100111111 | 3f7a3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)