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 | 11101100101100011000100011101101100110001001100111101101100110001001011111101101100110001010001011101101100110001010011001001111 | ecb188ed9899ed9897ed98a2ed98a64f |
UHC | 챈혙혗혢혦O | 1100001110100110110000101000010011000010100000101100001010001011110000101000111001001111 | c3a6c284c282c28bc28e4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)