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 | 轢居蹴鐓 | 1110011110000000100010111000111110001111010100101110100001011101 | e7808b8f8f52e85d |
EUC-JP | 轢居蹴鐓 | 1110110111100000101101011110111110111101101100111110111110111110 | ede0b5efbdb3efbe |
UTF-8 | 轢居蹴鐓 | 111010001011110110100010111001011011000110000101111010001011100110110100111010011001000010010011 | e8bda2e5b185e8b9b4e99093 |
UHC | 轢居蹴? | 11010101111110011100101111011100111101011110110100111111 | d5f9cbdcf5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)