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 | 閼ッ遞ョ驢 | 1110100010000100101011111110011110101000101011101110100110000110 | e884afe7a8aee986 |
EUC-JP | 閼ッ遞ョ驢 | 11101111111001001000111010101111111011101010101010001110101011101111000111100110 | efe48eafeeaa8eaef1e6 |
UTF-8 | 閼ッ遞ョ驢 | 111010011001011010111100111011111011110110101111111010011000000110011110111011111011110110101110111010011010100110100010 | e996bcefbdafe9819eefbdaee9a9a2 |
UHC | 閼?遞?驢 | 1110010011011001001111111111010011110110001111111101010111110000 | e4d93ff4f63fd5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)