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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?色}?色{^ | 001111111001000001000110011111010011111110010000010001100111101101011110 | 3f90467d3f90467b5e |
EUC-JP | ?色}?色{^ | 001111111011111110100111011111010011111110111111101001110111101101011110 | 3fbfa77d3fbfa77b5e |
UTF-8 | 컫色}컫色{^ | 111011001011101110101011111010001000100110110010011111011110110010111011101010111110100010001001101100100111101101011110 | ecbbabe889b27decbbabe889b27b5e |
UHC | 컫色}컫色{^ | 1100010011000010110111111110010001111101110001001100001011011111111001000111101101011110 | c4c2dfe47dc4c2dfe47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)