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 | 脱達則 | 100100100100010110010010010000101001000110100101 | 9245924291a5 |
EUC-JP | 脱達則 | 110000111010011011000011101000111100001010100111 | c3a6c3a3c2a7 |
UTF-8 | 脱達則 | 111010001000010010110001111010011000000110010100111001011000100110000111 | e884b1e98194e58987 |
UHC | ?達則 | 0011111111010011101110011111011011001110 | 3fd3b9f6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)