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 | 歟??巡 | 100111110110001000111111001111111000111110000100 | 9f623f3f8f84 |
EUC-JP | 歟??巡 | 110111011100001100111111001111111011110111100100 | ddc33f3fbde4 |
UTF-8 | 歟삭퓴巡 | 111001101010110110011111111011001000001010101101111011011001001110110100111001011011011110100001 | e6ad9fec82aded93b4e5b7a1 |
UHC | 歟삭퓴巡 | 1110011010100010101110111110100010111111100110101110001011011110 | e6a2bbe8bf9ae2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)