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 | ???哉?? | 00111111001111110011111110001101110001100011111100111111 | 3f3f3f8dc63f3f |
EUC-JP | ???哉?? | 00111111001111110011111110111010110010000011111100111111 | 3f3f3fbac83f3f |
UTF-8 | 렓렚렋哉렲렔 | 111010111010000010010011111010111010000010011010111010111010000010001011111001011001001110001001111010111010000010110010111010111010000010010100 | eba093eba09aeba08be59389eba0b2eba094 |
UHC | 렓렚렋哉렲렔 | 100011101010100010001110101011011000111010100010111011101010001110001110101111111000111010101001 | 8ea88ead8ea2eea38ebf8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)