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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 但但[但但[^ | 1001001001000001100100100100000101011011100100100100000110010010010000010101101101011110 | 924192415b924192415b5e |
EUC-JP | 但但[但但[^ | 1100001110100010110000111010001001011011110000111010001011000011101000100101101101011110 | c3a2c3a25bc3a2c3a25b5e |
UTF-8 | 但但[但但[^ | 111001001011110110000110111001001011110110000110010110111110010010111101100001101110010010111101100001100101101101011110 | e4bd86e4bd865be4bd86e4bd865b5e |
UHC | 但但[但但[^ | 1101001110100011110100111010001101011011110100111010001111010011101000110101101101011110 | d3a3d3a35bd3a3d3a35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)