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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??О^ | 0011111100111111100001000100111101011110 | 3f3f844f5e |
EUC-JP | 庾?О^ | 10001111101111001100111000111111101001111011000001011110 | 8fbcce3fa7b05e |
UTF-8 | 庾싲О^ | 111001011011101010111110111011001000101110110010110100001001111001011110 | e5babeec8bb2d09e5e |
UHC | 庾싲О^ | 11101010111011001001101011101011101011001011000001011110 | eaec9aebacb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)