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 | ??V? | 00111111001111110101011000111111 | 3f3f563f |
SJIS-WIN | 狷狠V猯 | 11100000110001001110000011000001010101101110000011001100 | e0c4e0c156e0cc |
EUC-JP | 狷狠V猯 | 11100000110001101110000011000011010101101110000011001110 | e0c6e0c356e0ce |
UTF-8 | 狷狠V猯 | 11100111100010111011011111100111100010111010000001010110111001111000110010101111 | e78bb7e78ba056e78caf |
UHC | ??V? | 00111111001111110101011000111111 | 3f3f563f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)