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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
SJIS-WIN | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
EUC-JP | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
UTF-8 | 챈척혗혣혙O | 11101100101100011000100011101100101100101001100111101101100110001001011111101101100110001010001111101101100110001001100101001111 | ecb188ecb299ed9897ed98a3ed98994f |
UHC | 챈척혗혣혙O | 1100001110100110110000111011010011000010100000101100001010001100110000101000010001001111 | c3a6c3b4c282c28cc2844f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)