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 | ?謁?^ | 0011111110001001011110010011111101011110 | 3f89793f5e |
EUC-JP | ?謁?^ | 0011111110110001110110100011111101011110 | 3fb1da3f5e |
UTF-8 | 섹謁솨^ | 11101100100001001011100111101000101011001000000111101100100001101010100001011110 | ec84b9e8ac81ec86a85e |
UHC | 섹謁솨^ | 10111100101111011110010011010111101111001101110101011110 | bcbde4d7bcdd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)