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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?細\ | 00111111100011011101011101011100 | 3f8dd75c |
EUC-JP | 瘙細\ | 100011111100110111110000101110101101100101011100 | 8fcdf0bad95c |
UTF-8 | 瘙細\ | 11100111100110001001100111100111101101001011000001011100 | e79899e7b4b05c |
UHC | 瘙細\ | 1110000111000100111000011010110001011100 | e1c4e1ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)