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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 遑晄カ⑮V | 1110011110100001100111011110011010110110100001110100111001010110 | e7a19de6b6874e56 |
EUC-JP | 遑晄カ?V | 1110111010100011110110101110100010001110101101100011111101010110 | eea3dae88eb63f56 |
UTF-8 | 遑晄カ⑮V | 11101001100000011001000111100110100110011000010011101111101111011011011011100010100100011010111001010110 | e98191e69984efbdb6e291ae56 |
UHC | 遑晄?⑮V | 1111110011011010111111001100110100111111101010001111010101010110 | fcdafccd3fa8f556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)