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 | 娃??裔 | 100010001010000100111111001111111110010111100001 | 88a13f3fe5e1 |
EUC-JP | 娃??裔 | 101100001010001100111111001111111110101011100011 | b0a33f3feae3 |
UTF-8 | 娃뜹뜳裔 | 111001011010100010000011111010111001110010111001111010111001110010110011111010001010001110010100 | e5a883eb9cb9eb9cb3e8a394 |
UHC | 娃뜹뜳裔 | 1110100011011111101101101110010110001101101100011110011111100000 | e8dfb6e58db1e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)