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 | ?k?n}?k?n{^ | 0011111101101011001111110110111001111101001111110110101100111111011011100111101101011110 | 3f6b3f6e7d3f6b3f6e7b5e |
SJIS-WIN | ?k?n}?k?n{^ | 0011111101101011001111110110111001111101001111110110101100111111011011100111101101011110 | 3f6b3f6e7d3f6b3f6e7b5e |
EUC-JP | ?k?n}?k?n{^ | 0011111101101011001111110110111001111101001111110110101100111111011011100111101101011110 | 3f6b3f6e7d3f6b3f6e7b5e |
UTF-8 | 혪k혯n}혪k혯n{^ | 11101101100110001010101001101011111011011001100010101111011011100111110111101101100110001010101001101011111011011001100010101111011011100111101101011110 | ed98aa6bed98af6e7ded98aa6bed98af6e7b5e |
UHC | 혪k혯n}혪k혯n{^ | 110000101001001001101011110000101001011001101110011111011100001010010010011010111100001010010110011011100111101101011110 | c2926bc2966e7dc2926bc2966e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)