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 | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
SJIS-WIN | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
EUC-JP | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
UTF-8 | 창횪혵횂짹K | 11101100101100001011110111101101100110101010101011101101100110001011010111101101100110101000001011101100101001111011100101001011 | ecb0bded9aaaed98b5ed9a82eca7b94b |
UHC | 창횪혵횂짹K | 1100001110100010110000111010000011000010100111001100001110000010110000101011000101001011 | c3a2c3a0c29cc382c2b14b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)