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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魍郁┳襠飮 | 11101001101100011000100011101000100001001011000111100101111110111001111101011010 | e9b188e884b1e5fb9f5a |
EUC-JP | 魍郁┳襠飮 | 11110010101100111011000011101010101010001011001111101010111111011101110110111011 | f2b3b0eaa8b3eafdddbb |
UTF-8 | 魍郁┳襠飮 | 111010011010110110001101111010011000001110000001111000101001010010110011111010001010010110100000111010011010001110101110 | e9ad8de98381e294b3e8a5a0e9a3ae |
UHC | ?郁┳?飮 | 0011111111101001111101001010011010110011001111111110101111100110 | 3fe9f4a6b33febe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)