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 | ?????ue^ | 0011111100111111001111110011111100111111011101010110010101011110 | 3f3f3f3f3f75655e |
SJIS-WIN | 珎モ」ヘーue^ | 111000001101110111010011101000111100110110110000011101010110010101011110 | e0ddd3a3cdb075655e |
EUC-JP | 珎モ」ヘーue^ | 11100000110111111000111011010011100011101010001110001110110011011000111010110000011101010110010101011110 | e0df8ed38ea38ecd8eb075655e |
UTF-8 | 珎モ」ヘーue^ | 111001111000111110001110111011111011111010010011111011111011110110100011111011111011111010001101111011111011110110110000011101010110010101011110 | e78f8eefbe93efbda3efbe8defbdb075655e |
UHC | ?????ue^ | 0011111100111111001111110011111100111111011101010110010101011110 | 3f3f3f3f3f75655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)