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 | ?警? | 00111111100011000111100000111111 | 3f8c783f |
EUC-JP | 洧警? | 100011111100011110110100101101111101100100111111 | 8fc7b4b7d93f |
UTF-8 | 洧警성 | 111001101011010010100111111010001010110110100110111011001000010010110001 | e6b4a7e8ada6ec84b1 |
UHC | 洧警성 | 111010101111101111001100111011011011110010111010 | eafbccedbcba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)