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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 絶??雍?h | 1001000011100010001111110011111111101000101101000011111101101000 | 90e23f3fe8b43f68 |
EUC-JP | 絶??雍?h | 1100000011100100001111110011111111110000101101100011111101101000 | c0e43f3ff0b63f68 |
UTF-8 | 絶껁겇雍륩h | 11100111101101011011011011101010101110111000000111101010101100101000011111101001100110111000110111101011101001011010100101101000 | e7b5b6eabb81eab287e99b8deba5a968 |
UHC | 絶껁겇雍륩h | 1110111110111110100000111110001110000001101001001110100010111100101101111111111001101000 | efbe83e381a4e8bcb7fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)