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 | 塢??霓 | 100110101100011100111111001111111110100010111101 | 9ac73f3fe8bd |
EUC-JP | 塢??霓 | 110101001100100100111111001111111111000010111111 | d4c93f3ff0bf |
UTF-8 | 塢싪듊霓 | 111001011010000110100010111011001000101110101010111010111001001110001010111010011001110010010011 | e5a1a2ec8baaeb938ae99c93 |
UHC | 塢싪듊霓 | 1110011111110001100110101110100010001010101111011110011111100111 | e7f19ae88abde7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)