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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???與よ | 00111111001111110011111111100100011011111000001011100110 | 3f3f3fe46f82e6 |
EUC-JP | 旿??與よ | 100011111100000111110100001111110011111111100111110100001010010011101000 | 8fc1f43f3fe7d0a4e8 |
UTF-8 | 旿덁벤與よ | 111001101001011110111111111010111000110110000001111010111011001010100100111010001000100010000111111000111000001010001000 | e697bfeb8d81ebb2a4e88887e38288 |
UHC | 旿덁벤與よ | 11100111111110101000100011100100101110101010010111100110101010001010101011101000 | e7fa88e4baa5e6a8aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)