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^ | 001111110011111100111111011101010110010101011110 | 3f3f3f75655e |
SJIS-WIN | 痾咤涌ue^ | 111000010111110110011010010000101001011101001111011101010110010101011110 | e17d9a42974f75655e |
EUC-JP | 痾咤涌ue^ | 111000011101111011010011101000111100110110110000011101010110010101011110 | e1ded3a3cdb075655e |
UTF-8 | 痾咤涌ue^ | 111001111001011110111110111001011001001010100100111001101011011010001100011101010110010101011110 | e797bee592a4e6b68c75655e |
UHC | ?咤涌ue^ | 0011111111110110111000111110100110111111011101010110010101011110 | 3ff6e3e9bf75655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)