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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 堊??? | 1001101010111111001111110011111100111111 | 9abf3f3f3f |
EUC-JP | 堊??? | 1101010011000001001111110011111100111111 | d4c13f3f3f |
UTF-8 | 堊뜹젽琉 | 111001011010000010001010111010111001110010111001111011001010000010111101111011111010011110001100 | e5a08aeb9cb9eca0bdefa78c |
UHC | 堊뜹젽琉 | 1110010010111110101101101110010110100000101011111110101110100100 | e4beb6e5a0afeba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)