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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 脱続速}B | 1001001001000101100100011011000110010001101011000111110101000010 | 924591b191ac7d42 |
EUC-JP | 脱続速}B | 1100001110100110110000101011001111000010101011100111110101000010 | c3a6c2b3c2ae7d42 |
UTF-8 | 脱続速}B | 1110100010000100101100011110011110110110100110101110100110000000100111110111110101000010 | e884b1e7b69ae9809f7d42 |
UHC | ??速}B | 001111110011111111100001110111000111110101000010 | 3f3fe1dc7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)