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 | 邁誹苧 | 111001111011000010010100111011101001001010010111 | e7b094ee9297 |
EUC-JP | 邁誹苧 | 111011101011001011001000111100001100001111110111 | eeb2c8f0c3f7 |
UTF-8 | 邁誹苧 | 111010011000001010000001111010001010101010111001111010001000101110100111 | e98281e8aab9e88ba7 |
UHC | 邁誹苧 | 110110001110010011011110101001101110111011001000 | d8e4dea6eec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)