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 | ?c?n}?c?n{^ | 0011111101100011001111110110111001111101001111110110001100111111011011100111101101011110 | 3f633f6e7d3f633f6e7b5e |
SJIS-WIN | ?c?n}?c?n{^ | 0011111101100011001111110110111001111101001111110110001100111111011011100111101101011110 | 3f633f6e7d3f633f6e7b5e |
EUC-JP | ?c?n}?c?n{^ | 0011111101100011001111110110111001111101001111110110001100111111011011100111101101011110 | 3f633f6e7d3f633f6e7b5e |
UTF-8 | 챈c혯n}챈c혯n{^ | 11101100101100011000100001100011111011011001100010101111011011100111110111101100101100011000100001100011111011011001100010101111011011100111101101011110 | ecb18863ed98af6e7decb18863ed98af6e7b5e |
UHC | 챈c혯n}챈c혯n{^ | 110000111010011001100011110000101001011001101110011111011100001110100110011000111100001010010110011011100111101101011110 | c3a663c2966e7dc3a663c2966e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)