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 | ??銑? | 0011111100111111100100010100110000111111 | 3f3f914c3f |
EUC-JP | ??銑饍 | 00111111001111111100000110101101100011111110100011101101 | 3f3fc1ad8fe8ed |
UTF-8 | 롇롗銑饍 | 111010111010000110000111111010111010000110010111111010011000101010010001111010011010010110001101 | eba187eba197e98a91e9a58d |
UHC | 롇롗銑饍 | 1000111011001101100011101101101111100000110101011110000011010111 | 8ecd8edbe0d5e0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)