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 | ????eB | 001111110011111100111111001111110110010101000010 | 3f3f3f3f6542 |
SJIS-WIN | 阡假スサeB | 1110100010010100100110001110111110111101101110110110010101000010 | e89498efbdbb6542 |
EUC-JP | 阡假スサeB | 11101111111101001101000011110001100011101011110110001110101110110110010101000010 | eff4d0f18ebd8ebb6542 |
UTF-8 | 阡假スサeB | 1110100110011000101000011110010110000001100001111110111110111101101111011110111110111101101110110110010101000010 | e998a1e58187efbdbdefbdbb6542 |
UHC | 阡假??eB | 1111010011000110110010101010001100111111001111110110010101000010 | f4c6caa33f3f6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)