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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矣?犢諍? | 1110000111100001001111111110000010110111111001100111100100111111 | e1e13fe0b7e6793f |
EUC-JP | 矣?犢諍? | 1110001011100011001111111110000010111001111010111101101000111111 | e2e33fe0b9ebda3f |
UTF-8 | 矣흖犢諍렞 | 111001111001111110100011111011011001110110010110111001111000101010100010111010001010101110001101111010111010000010011110 | e79fa3ed9d96e78aa2e8ab8deba09e |
UHC | 矣흖犢諍렞 | 11101011111110001100100011101000110101001011101111101110101101011000111010101111 | ebf8c8e8d4bbeeb58eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)