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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏??依η? | 100010001101100000111111001111111000100011001011100000111100010100111111 | 88d83f3f88cb83c53f |
EUC-JP | 畏??依η? | 101100001101101000111111001111111011000011001101101001101100011100111111 | b0da3f3fb0cda6c73f |
UTF-8 | 畏븍맢依η㎣ | 1110011110010101100011111110101110111000100011011110101110100111101000101110010010111110100111011100111010110111111000111000111010100011 | e7958febb88deba7a2e4be9dceb7e38ea3 |
UHC | 畏븍맢依η㎣ | 111010001110011010111010111010111001000010101110111010111110111010100101111001111010011110100111 | e8e6baeb90aeebeea5e7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)