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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 辰祗] | 1001001001000011111000100100110001011101 | 9243e24c5d |
EUC-JP | 辰祗] | 1100001110100100111000111010110101011101 | c3a4e3ad5d |
UTF-8 | 辰祗] | 11101000101111101011000011100111101001011001011101011101 | e8beb0e7a5975d |
UHC | 辰祗] | 1111001011100011111100101011010001011101 | f2e3f2b45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)