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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??曝? | 0011111100111111100101001001100000111111 | 3f3f94983f |
EUC-JP | ??曝? | 0011111100111111110001111111100000111111 | 3f3fc7f83f |
UTF-8 | 렓뤈曝쭮 | 111010111010000010010011111010111010010010001000111001101001101110011101111011001010110110101110 | eba093eba488e69b9decadae |
UHC | 렓뤈曝쭮 | 1000111010101000100011111011100011111000111011011010100001000010 | 8ea88fb8f8eda842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)