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 | 謇穴扱蟇 | 1110011010001001100011001000101010001000101101011110010110101111 | e6898c8a88b5e5af |
EUC-JP | 謇穴扱蟇 | 1110101111101001101101111110101010110000101101111110101010110001 | ebe9b7eab0b7eab1 |
UTF-8 | 謇穴扱蟇 | 111010001010110010000111111001111010100110110100111001101000100110110001111010001001111110000111 | e8ac87e7a9b4e689b1e89f87 |
UHC | ?穴扱? | 001111111111101011101011110100001110001000111111 | 3ffaebd0e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)