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 | 驍募梨辣 | 1110100110000010100101011110010110010111100111001110011110000101 | e98295e5979ce785 |
EUC-JP | 驍募梨辣 | 1111000111100010110010101110011111001101111111001110110111100101 | f1e2cae7cdfcede5 |
UTF-8 | 驍募梨辣 | 111010011010100110001101111001011000101110011111111001101010001010101000111010001011111010100011 | e9a98de58b9fe6a2a8e8bea3 |
UHC | 驍募梨辣 | 1111110110100100110110011011010011010111110111101101010110111000 | fda4d9b4d7ded5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)