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 | ?????e? | 00111111001111110011111100111111001111110110010100111111 | 3f3f3f3f3f653f |
SJIS-WIN | ?????e? | 00111111001111110011111100111111001111110110010100111111 | 3f3f3f3f3f653f |
EUC-JP | ?????e? | 00111111001111110011111100111111001111110110010100111111 | 3f3f3f3f3f653f |
UTF-8 | 창혱혺횖창e혺 | 11101100101100001011110111101101100110001011000111101101100110001011101011101101100110101001011011101100101100001011110101100101111011011001100010111010 | ecb0bded98b1ed98baed9a96ecb0bd65ed98ba |
UHC | 창혱혺횖창e혺 | 11000011101000101100001010011000110000101001111111000011100100001100001110100010011001011100001010011111 | c3a2c298c29fc390c3a265c29f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)