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 | 義?? | 10001011011000000011111100111111 | 8b603f3f |
EUC-JP | 義?? | 10110101110000010011111100111111 | b5c13f3f |
UTF-8 | 義녷뵖 | 111001111011111010101001111010111000010110110111111010111011010110010110 | e7bea9eb85b7ebb596 |
UHC | 義녷뵖 | 111010111111100110000110111001101001010010011000 | ebf986e69498 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)