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 | ???張 | 0011111100111111001111111001001010100011 | 3f3f3f92a3 |
EUC-JP | ???張 | 0011111100111111001111111100010010100101 | 3f3f3fc4a5 |
UTF-8 | 簾앾쉽張 | 111011111010011010100110111011001001010110111110111011001000100110111101111001011011110010110101 | efa6a6ec95beec89bde5bcb5 |
UHC | 簾앾쉽張 | 1110011110100001100111011110111110111101101100011110110111100101 | e7a19defbdb1ede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)