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???K??^ | 001111110100101100111111001111110011111101001011001111110011111101011110 | 3f4b3f3f3f4b3f3f5e |
SJIS-WIN | ?K???K??^ | 001111110100101100111111001111110011111101001011001111110011111101011110 | 3f4b3f3f3f4b3f3f5e |
EUC-JP | ?K???K??^ | 001111110100101100111111001111110011111101001011001111110011111101011110 | 3f4b3f3f3f4b3f3f5e |
UTF-8 | 묧K묪뫌묧K묪뫌^ | 111010111010110010100111010010111110101110101100101010101110101110101011100011001110101110101100101001110100101111101011101011001010101011101011101010111000110001011110 | ebaca74bebacaaebab8cebaca74bebacaaebab8c5e |
UHC | 묧K묪뫌묧K묪뫌^ | 100100011111111001001011100100100100001010010001101011101001000111111110010010111001001001000010100100011010111001011110 | 91fe4b924291ae91fe4b924291ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)