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 | ?欖?稼 | 001111111001111101010011001111111000100111010010 | 3f9f533f89d2 |
EUC-JP | ?欖?稼 | 001111111101110110110100001111111011001011010100 | 3fddb43fb2d4 |
UTF-8 | 뤵欖컦稼 | 111010111010010010110101111001101010110010010110111011001011101110100110111001111010100010111100 | eba4b5e6ac96ecbba6e7a8bc |
UHC | 뤵欖컦稼 | 1000111111100011110101011011110010110000100011111100101010110011 | 8fe3d5bcb08fcab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)