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 | ?燧?^ | 0011111111100000100111000011111101011110 | 3fe09c3f5e |
EUC-JP | ?燧?^ | 0011111111011111111111000011111101011110 | 3fdffc3f5e |
UTF-8 | 쓌燧뼭^ | 11101100100100111000110011100111100001111010011111101011101111001010110101011110 | ec938ce787a7ebbcad5e |
UHC | 쓌燧뼭^ | 10011101011001111110001010101100100101101011000001011110 | 9d67e2ac96b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)