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 | 溏睹魍 | 100111111110110111100001110011111110100110110001 | 9fede1cfe9b1 |
EUC-JP | 溏睹魍 | 110111101110111111100010110100011111001010110011 | deefe2d1f2b3 |
UTF-8 | 溏睹魍 | 111001101011101010001111111001111001110110111001111010011010110110001101 | e6ba8fe79db9e9ad8d |
UHC | ?睹? | 00111111110101001010100100111111 | 3fd4a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)