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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 螳滓搏Q] | 1110010110101110100111111110011010011101100100110101000101011101 | e5ae9fe69d93515d |
EUC-JP | 螳滓搏Q] | 1110101010110000110111101110100011011001111100110101000101011101 | eab0dee8d9f3515d |
UTF-8 | 螳滓搏Q] | 1110100010011110101100111110011010111011100100111110011010010000100011110101000101011101 | e89eb3e6bb93e6908f515d |
UHC | 螳滓搏Q] | 1101001111011001111011101010101111011010110100010101000101011101 | d3d9eeabdad1515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)