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 | åKLãC | 1110010101001011100001001000111110001111010011001110001101000011 | e54b848f8f4ce343 |
SJIS-WIN | ?K???L?C | 0011111101001011001111110011111100111111010011000011111101000011 | 3f4b3f3f3f4c3f43 |
EUC-JP | åK???LãC | 100011111010101110101001010010110011111100111111001111110100110010001111101010111010101001000011 | 8faba94b3f3f3f4c8fabaa43 |
UTF-8 | åKLãC | 11000011101001010100101111000010100001001100001010001111110000101000111101001100110000111010001101000011 | c3a54bc284c28fc28f4cc3a343 |
UHC | ?K???L?C | 0011111101001011001111110011111100111111010011000011111101000011 | 3f4b3f3f3f4c3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)