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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 邑?L邑?L^ | 100101110101011100111111010011001001011101010111001111110100110001011110 | 97573f4c97573f4c5e |
EUC-JP | 邑?L邑?L^ | 110011011011100000111111010011001100110110111000001111110100110001011110 | cdb83f4ccdb83f4c5e |
UTF-8 | 邑렲L邑렲L^ | 111010011000001010010001111010111010000010110010010011001110100110000010100100011110101110100000101100100100110001011110 | e98291eba0b24ce98291eba0b24c5e |
UHC | 邑렲L邑렲L^ | 1110101111101001100011101011111101001100111010111110100110001110101111110100110001011110 | ebe98ebf4cebe98ebf4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)