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 | 重?懈絅 | 10001111011001000011111110011100111001101110001101000100 | 8f643f9ce6e344 |
EUC-JP | 重?懈絅 | 10111101110001010011111111011000111010001110010110100101 | bdc53fd8e8e5a5 |
UTF-8 | 重렦懈絅 | 111010011000011110001101111010111010000010100110111001101000011110001000111001111011010110000101 | e9878deba0a6e68788e7b585 |
UHC | 重렦懈絅 | 1111000111101100100011101011010111111010101010111100110011100111 | f1ec8eb5faabcce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)