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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?♂? | 00111111100000011000100100111111 | 3f81893f |
EUC-JP | ?♂? | 00111111101000011110100100111111 | 3fa1e93f |
UTF-8 | 뤻♂턆 | 111010111010010010111011111000101001100110000010111011011000010010000110 | eba4bbe29982ed8486 |
UHC | 뤻♂턆 | 100011111110100110100001110011101011011001000010 | 8fe9a1ceb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)