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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 孼??庾? | 100011111011101011000011001111110011111110001111101111001100111000111111 | 8fbac33f3f8fbcce3f |
UTF-8 | 孼뽮낯庾췇 | 111001011010110110111100111010111011110110101110111010111000001010101111111001011011101010111110111011001011011110000111 | e5adbcebbdaeeb82afe5babeecb787 |
UHC | 孼뽮낯庾췇 | 11100101111011011001011011101010101100111011100011101010111011001010111001000010 | e5ed96eab3b8eaecae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)