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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????щ? | 00111111001111110011111100111111100001001000101100111111 | 3f3f3f3f848b3f |
EUC-JP | 艅???щ? | 100011111101011011111101001111110011111100111111101001111110101100111111 | 8fd6fd3f3f3fa7eb3f |
UTF-8 | 艅볥젶吳щ쵚 | 1110100010001001100001011110101110110011101001011110110010100000101101101110010110010000101100111101000110001001111011001011010110011010 | e88985ebb3a5eca0b6e590b3d189ecb59a |
UHC | 艅볥젶吳щ쵚 | 111001101010100110010011111010111010000010101010111001111110111110101100111010111010110010011100 | e6a993eba0aae7efacebac9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)