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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 矮??雍 | 111000011110001000111111001111111110100010110100 | e1e23f3fe8b4 |
EUC-JP | 矮?Ŧ雍 | 1110001011100100001111111000111110101001101011111111000010110110 | e2e43f8fa9aff0b6 |
UTF-8 | 矮ㅷŦ雍 | 1110011110011111101011101110001110000101101101111100010110100110111010011001101110001101 | e79faee385b7c5a6e99b8d |
UHC | 矮ㅷŦ雍 | 1110100011100001101001001110011110101000101011101110100010111100 | e8e1a4e7a8aee8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)