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 | ???g? | 0011111100111111001111110110011100111111 | 3f3f3f673f |
SJIS-WIN | ???g厄 | 001111110011111100111111011001111001011011101111 | 3f3f3f6796ef |
EUC-JP | ???g厄 | 001111110011111100111111011001111100110011110001 | 3f3f3f67ccf1 |
UTF-8 | 秊릦둍g厄 | 11101111101001101001010111101011101001101010011011101011100100011000110101100111111001011000111010000100 | efa695eba6a6eb918d67e58e84 |
UHC | 秊릦둍g厄 | 111001101101110010010000100010001000101001001001011001111110010011111000 | e6dc90888a4967e4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)