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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?省??^ | 001111111000111111001000001111110011111101011110 | 3f8fc83f3f5e |
EUC-JP | ?省??^ | 001111111011111011001010001111110011111101011110 | 3fbeca3f3f5e |
UTF-8 | 쒔省렊렚^ | 11101100100100101001010011100111100111001000000111101011101000001000101011101011101000001001101001011110 | ec9294e79c81eba08aeba09a5e |
UHC | 쒔省렊렚^ | 101111101010110111100000111111011000111010100001100011101010110101011110 | beade0fd8ea18ead5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)