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 | ?B}?B{^ | 00111111010000100111110100111111010000100111101101011110 | 3f427d3f427b5e |
SJIS-WIN | 辰B}辰B{^ | 100100100100001101000010011111011001001001000011010000100111101101011110 | 9243427d9243427b5e |
EUC-JP | 辰B}辰B{^ | 110000111010010001000010011111011100001110100100010000100111101101011110 | c3a4427dc3a4427b5e |
UTF-8 | 辰B}辰B{^ | 1110100010111110101100000100001001111101111010001011111010110000010000100111101101011110 | e8beb0427de8beb0427b5e |
UHC | 辰B}辰B{^ | 111100101110001101000010011111011111001011100011010000100111101101011110 | f2e3427df2e3427b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)