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 | 底?k虞 | 10010010111010100011111110000010100010111000101111110001 | 92ea3f828b8bf1 |
EUC-JP | 底?k虞 | 11000100111011000011111110100011111010111011011011110011 | c4ec3fa3ebb6f3 |
UTF-8 | 底펙k虞 | 111001011011101010010101111011011000111010011001111011111011110110001011111010001001100110011110 | e5ba95ed8e99efbd8be8999e |
UHC | 底펙k虞 | 1110111010111100110001101110010110100011111010111110100111100101 | eebcc6e5a3ebe9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)