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 | ?幼???卷 | 0011111110010111011000110011111100111111001111111001100111001001 | 3f97633f3f3f99c9 |
EUC-JP | ?幼??勖卷 | 00111111110011011100010000111111001111111000111110110011111011011101001011001011 | 3fcdc43f3f8fb3edd2cb |
UTF-8 | 렳幼뤶縷勖卷 | 111010111010000010110011111001011011100110111100111010111010010010110110111011111010010110010000111001011000101110010110111001011000110110110111 | eba0b3e5b9bceba4b6efa590e58b96e58db7 |
UHC | 렳幼뤶縷勖卷 | 100011101100000011101010111010101000111111100100110100101110101011101001111011011100111111101001 | 8ec0eaea8fe4d2eae9edcfe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)