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 | 瓮??撓? | 11100001010001000011111100111111100111011001101000111111 | e1443f3f9d9a3f |
EUC-JP | 瓮??撓? | 11100001101001010011111100111111110110011111101000111111 | e1a53f3fd9fa3f |
UTF-8 | 瓮울숴撓€ | 111001111001001110101110111011001001101010111000111011001000100010110100111001101001001010010011111000101000001010101100 | e793aeec9ab8ec88b4e69293e282ac |
UHC | 瓮울숴撓€ | 11101000101101111011111111101111101111011010010011101000111101011010001011100110 | e8b7bfefbda4e8f5a2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)