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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?欺考^ | 001111111000101101011100100011010110110001011110 | 3f8b5c8d6c5e |
EUC-JP | ?欺考^ | 001111111011010110111101101110011100110101011110 | 3fb5bdb9cd5e |
UTF-8 | 쒜欺考^ | 11101100100100101001110011100110101011001011101011101000100000001000001101011110 | ec929ce6acbae880835e |
UHC | 쒜欺考^ | 10111110101011101101000110100111110011011100010101011110 | beaed1a7cdc55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)