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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 얩뤍咽쫷풆 | 111011001001011010101001111010111010010010001101111011111010011010011110111011001010101110110111111011011001001010000110 | ec96a9eba48defa69eecabb7ed9286 |
UHC | 얩뤍咽쫷풆 | 10111110111011011000111110111101111001101110110010100110100011101011111010001110 | beed8fbde6eca68ebe8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)