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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襪劫捷 | 111001100100001110001101100001011000111110110111 | e6438d858fb7 |
EUC-JP | 襪劫捷 | 111010111010010010111001111001011011111010111001 | eba4b9e5beb9 |
UTF-8 | 襪劫捷 | 111010001010010110101010111001011000101010101011111001101000110110110111 | e8a5aae58aabe68db7 |
UHC | 襪劫捷 | 110110001100101011001100101001001111010011011111 | d8cacca4f4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)