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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 鮨ァh鮨 | 111010011011110110100111011010001110100110111101 | e9bda768e9bd |
EUC-JP | 鮨ァh鮨 | 11110010101111111000111010100111011010001111001010111111 | f2bf8ea768f2bf |
UTF-8 | 鮨ァh鮨 | 11101001101011101010100011101111101111011010011101101000111010011010111010101000 | e9aea8efbda768e9aea8 |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)