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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬆喜艶 | 111010011010000010001010111011001000100110010000 | e9a08aec8990 |
EUC-JP | 鬆喜艶 | 111100101010001010110100111011101011000111110000 | f2a2b4eeb1f0 |
UTF-8 | 鬆喜艶 | 111010011010110010000110111001011001011010011100111010001000100110110110 | e9ac86e5969ce889b6 |
UHC | ?喜艶 | 0011111111111101111011001110011011111101 | 3ffdece6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)