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 | ??Ж維?^ | 0011111100111111100001000100011110001000110110110011111101011110 | 3f3f844788db3f5e |
EUC-JP | 庾?Ж維?^ | 10001111101111001100111000111111101001111010100010110000110111010011111101011110 | 8fbcce3fa7a8b0dd3f5e |
UTF-8 | 庾싲Ж維뛡^ | 111001011011101010111110111011001000101110110010110100001001011011100111101101101010110111101011100110111010000101011110 | e5babeec8bb2d096e7b6adeb9ba15e |
UHC | 庾싲Ж維뛡^ | 1110101011101100100110101110101110101100101010001110101110101011100011010110010001011110 | eaec9aebaca8ebab8d645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)