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 | 裵辞磁 | 1111101110100010100011101010101111110010101111001000111010100101 | fba28eabf2bc8ea5 |
EUC-JP | 裵辞?磁 | 1000111111011100110100111011110010101101001111111011110010100111 | 8fdcd3bcad3fbca7 |
UTF-8 | 裵辞磁 | 111010001010001110110101111010001011111010011110111011101000011110110011111001111010001110000001 | e8a3b5e8be9eee87b3e7a381 |
UHC | 裵??磁 | 110110111101000100111111001111111110110110111000 | dbd13f3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)