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猥 | 10010010111010100011111110000010100010111110000011001110 | 92ea3f828be0ce |
EUC-JP | 底?k猥 | 11000100111011000011111110100011111010111110000011010000 | c4ec3fa3ebe0d0 |
UTF-8 | 底펙k猥 | 111001011011101010010101111011011000111010011001111011111011110110001011111001111000110010100101 | e5ba95ed8e99efbd8be78ca5 |
UHC | 底펙k猥 | 1110111010111100110001101110010110100011111010111110100011100101 | eebcc6e5a3ebe8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)