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 | lûelûe^ | 100100010110110011111011011001011001000101101100111110110110010101011110 | 916cfb65916cfb655e |
SJIS-WIN | ?l?e?l?e^ | 001111110110110000111111011001010011111101101100001111110110010101011110 | 3f6c3f653f6c3f655e |
EUC-JP | ?lûe?lûe^ | 00111111011011001000111110101011111001010110010100111111011011001000111110101011111001010110010101011110 | 3f6c8fabe5653f6c8fabe5655e |
UTF-8 | lûelûe^ | 11000010100100010110110011000011101110110110010111000010100100010110110011000011101110110110010101011110 | c2916cc3bb65c2916cc3bb655e |
UHC | ?l?e?l?e^ | 001111110110110000111111011001010011111101101100001111110110010101011110 | 3f6c3f653f6c3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)