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 | 遲ー遶咏ー | 1110011110101101101100001110011110101011100110011110011110110000 | e7adb0e7ab99e7b0 |
EUC-JP | 遲ー遶咏ー | 11101110101011111000111010110000111011101010110111010010111010011000111010110000 | eeaf8eb0eeadd2e98eb0 |
UTF-8 | 遲ー遶咏ー | 111010011000000110110010111011111011110110110000111010011000000110110110111001011001001010001111111011111011110110110000 | e981b2efbdb0e981b6e5928fefbdb0 |
UHC | 遲???? | 111100101100000000111111001111110011111100111111 | f2c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)