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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???永??? | 0011111100111111001111111000100101101001001111110011111100111111 | 3f3f3f89693f3f3f |
EUC-JP | ???永??? | 0011111100111111001111111011000111001010001111110011111100111111 | 3f3f3fb1ca3f3f3f |
UTF-8 | 琉띤뭷永욄셀栒 | 111011111010011110001100111010111001110110100100111010111010110110110111111001101011000010111000111011001001101010000100111011001000010110000000111001101010000010010010 | efa78ceb9da4ebadb7e6b0b8ec9a84ec8580e6a092 |
UHC | 琉띤뭷永욄셀栒 | 1110101110100100101101101110110110010010100001101110011110110101100111101110011010111100101111111110001011100011 | eba4b6ed9286e7b59ee6bcbfe2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)