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 | 閧「譁ァ | 111010001000001010100010111001101001011010100111 | e882a2e696a7 |
EUC-JP | 閧「譁ァ | 1110111111100010100011101010001011101011111101101000111010100111 | efe28ea2ebf68ea7 |
UTF-8 | 閧「譁ァ | 111010011001011010100111111011111011110110100010111010001010110110000001111011111011110110100111 | e996a7efbda2e8ad81efbda7 |
UHC | ??譁? | 0011111100111111111111001010011000111111 | 3f3ffca63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)