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 | ??栖? | 0011111100111111100100001011001000111111 | 3f3f90b23f |
EUC-JP | ??栖? | 0011111100111111110000001011010000111111 | 3f3fc0b43f |
UTF-8 | 츌롛栖롌 | 111011001011100010001100111010111010000110011011111001101010000010010110111010111010000110001100 | ecb88ceba19be6a096eba18c |
UHC | 츌롛栖롌 | 1100001111110100100011101101111111011111111101111000111011010010 | c3f48edfdff78ed2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)