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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 챦쩌혵횓혪^ | 11101100101100011010011011101100101010011000110011101101100110001011010111101101100110101001001111101101100110001010101001011110 | ecb1a6eca98ced98b5ed9a93ed98aa5e |
UHC | 챦쩌혵횓혪^ | 1100001110101111110000101011110011000010100111001100001110001110110000101001001001011110 | c3afc2bcc29cc38ec2925e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)