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 | 承ヌ顰 | 1000111110110011110001111110100011111100 | 8fb3c7e8fc |
EUC-JP | 承ヌ顰 | 101111101011010110001110110001111111000011111110 | beb58ec7f0fe |
UTF-8 | 承ヌ顰 | 111001101000100110111111111011111011111010000111111010011010000110110000 | e689bfefbe87e9a1b0 |
UHC | 承?? | 11100011101011110011111100111111 | e3af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)