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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 譽ァh譽ァ | 11100110101000111010011101101000111001101010001110100111 | e6a3a768e6a3a7 |
EUC-JP | 譽ァh譽ァ | 111011001010010110001110101001110110100011101100101001011000111010100111 | eca58ea768eca58ea7 |
UTF-8 | 譽ァh譽ァ | 11101000101011011011110111101111101111011010011101101000111010001010110110111101111011111011110110100111 | e8adbdefbda768e8adbdefbda7 |
UHC | 譽?h譽? | 11100111111000100011111101101000111001111110001000111111 | e7e23f68e7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)