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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 捻곁뵮捻곁뵮^ | 11101111101001101010010011101010101100111000000111101011101101011010111011101111101001101010010011101010101100111000000111101011101101011010111001011110 | efa6a4eab381ebb5aeefa6a4eab381ebb5ae5e |
UHC | 捻곁뵮捻곁뵮^ | 11100110111101111011000011100111100101001010110011100110111101111011000011100111100101001010110001011110 | e6f7b0e794ace6f7b0e794ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)