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 | 閼ア雉企● | 111010001000010010110001111010001011001110001010111010011000000110011100 | e884b1e8b38ae9819c |
EUC-JP | 閼ア雉企● | 11101111111001001000111010110001111100001011010110110100111010111010000111111100 | efe48eb1f0b5b4eba1fc |
UTF-8 | 閼ア雉企● | 111010011001011010111100111011111011110110110001111010011001101110001001111001001011110010000001111000101001011110001111 | e996bcefbdb1e99b89e4bc81e2978f |
UHC | 閼?雉企● | 111001001101100100111111111101101100101111010000111010101010000111011100 | e4d93ff6cbd0eaa1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)