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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雕画ィ貞綾驩 | 1110100010111000100010011110011010101000100100101110010110001000101110111110100110001001 | e8b889e6a892e588bbe989 |
EUC-JP | 雕画ィ貞綾驩 | 111100001011101010110010111010001000111010101000110001001110011110110000101111011111000111101001 | f0bab2e88ea8c4e7b0bdf1e9 |
UTF-8 | 雕画ィ貞綾驩 | 111010011001101110010101111001111001010010111011111011111011110110101000111010001011001010011110111001111011011010111110111010011010100110101001 | e99b95e794bbefbda8e8b29ee7b6bee9a9a9 |
UHC | 雕??貞綾驩 | 11110000111001110011111100111111111011111111011011010111110100111111110010111110 | f0e73f3feff6d7d3fcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)