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 | 鮨顔ァ | 1110100110111101100010101110011110100111 | e9bd8ae7a7 |
EUC-JP | 鮨顔ァ | 111100101011111110110100111010011000111010100111 | f2bfb4e98ea7 |
UTF-8 | 鮨顔ァ | 111010011010111010101000111010011010000110010100111011111011110110100111 | e9aea8e9a194efbda7 |
UHC | ?顔? | 00111111111001001101010000111111 | 3fe4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)