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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 裄哽}裄哽{^ | 1110010111100000100110100100101001111101111001011110000010011010010010100111101101011110 | e5e09a4a7de5e09a4a7b5e |
EUC-JP | 裄哽}裄哽{^ | 1110101011100010110100111010101101111101111010101110001011010011101010110111101101011110 | eae2d3ab7deae2d3ab7b5e |
UTF-8 | 裄哽}裄哽{^ | 111010001010001110000100111001011001001110111101011111011110100010100011100001001110010110010011101111010111101101011110 | e8a384e593bd7de8a384e593bd7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)