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 | ?????p | 001111110011111100111111001111110011111101110000 | 3f3f3f3f3f70 |
SJIS-WIN | ?????p | 001111110011111100111111001111110011111101110000 | 3f3f3f3f3f70 |
EUC-JP | ?????p | 001111110011111100111111001111110011111101110000 | 3f3f3f3f3f70 |
UTF-8 | 챕혴혴횁혺p | 11101100101100011001010111101101100110001011010011101101100110001011010011101101100110101000000111101101100110001011101001110000 | ecb195ed98b4ed98b4ed9a81ed98ba70 |
UHC | 챕혴혴횁혺p | 1100001110101001110000101001101111000010100110111100001110000001110000101001111101110000 | c3a9c29bc29bc381c29f70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)