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 | 衙惡? | 1110010111001001100111001010011000111111 | e5c99ca63f |
EUC-JP | 衙惡饍 | 11101010110010111101100010101000100011111110100011101101 | eacbd8a88fe8ed |
UTF-8 | 衙惡饍 | 111010001010000110011001111001101000001110100001111010011010010110001101 | e8a199e683a1e9a58d |
UHC | 衙惡饍 | 111001001011011111100100110000101110000011010111 | e4b7e4c2e0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)