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 | ???兀 | 0011111100111111001111111001100101011001 | 3f3f3f9959 |
EUC-JP | ???兀 | 0011111100111111001111111101000110111010 | 3f3f3fd1ba |
UTF-8 | 簾앾쉽兀 | 111011111010011010100110111011001001010110111110111011001000100110111101111001011000010110000000 | efa6a6ec95beec89bde58580 |
UHC | 簾앾쉽兀 | 1110011110100001100111011110111110111101101100011110100010110100 | e7a19defbdb1e8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)