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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?①???? | 00111111100001110100000000111111001111110011111100111111 | 3f87403f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 連①돇劣쀧뙥 | 111011111010011010011010111000101001000110100000111010111000111110000111111011111010011010011101111011001000000010100111111010111001100110100101 | efa69ae291a0eb8f87efa69dec80a7eb99a5 |
UHC | 連①돇劣쀧뙥 | 111001101110011010101000111001111000100110011000111001101110101110010111111001111000110010101001 | e6e6a8e78998e6eb97e78ca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)