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 | ??c????O | 0011111100111111011000110011111100111111001111110011111101001111 | 3f3f633f3f3f3f4f |
SJIS-WIN | ??c????O | 0011111100111111011000110011111100111111001111110011111101001111 | 3f3f633f3f3f3f4f |
EUC-JP | ??c????O | 0011111100111111011000110011111100111111001111110011111101001111 | 3f3f633f3f3f3f4f |
UTF-8 | 렻렕c렻렓렻렞O | 1110101110100000101110111110101110100000100101010110001111101011101000001011101111101011101000001001001111101011101000001011101111101011101000001001111001001111 | eba0bbeba09563eba0bbeba093eba0bbeba09e4f |
UHC | 렻렕c렻렓렻렞O | 1000111011000011100011101010101001100011100011101100001110001110101010001000111011000011100011101010111101001111 | 8ec38eaa638ec38ea88ec38eaf4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)