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 | 毫?? | 10011111011111000011111100111111 | 9f7c3f3f |
EUC-JP | 毫?? | 11011101110111010011111100111111 | dddd3f3f |
UTF-8 | 毫띔렯 | 111001101010111110101011111010111001110110010100111010111010000010101111 | e6afabeb9d94eba0af |
UHC | 毫띔렯 | 111110111100011010110110111010101000111010111100 | fbc6b6ea8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)