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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???壓? | 001111110011111100111111100110101101100000111111 | 3f3f3f9ad83f |
EUC-JP | ???壓? | 001111110011111100111111110101001101101000111111 | 3f3f3fd4da3f |
UTF-8 | 琉볣엹壓덨 | 111011111010011110001100111010111011001110100011111011001001011110111001111001011010001110010011111010111000110110101000 | efa78cebb3a3ec97b9e5a393eb8da8 |
UHC | 琉볣엹壓덨 | 11101011101001001001001111101001100111101000101111100100111000101000100101000010 | eba493e99e8be4e28942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)