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 | êþºë´@h | 1110101011111110101110101110101110000100101101000100000001101000 | eafebaeb84b44068 |
SJIS-WIN | ?????´@h | 001111110011111100111111001111110011111110000001010011000100000001101000 | 3f3f3f3f3f814c4068 |
EUC-JP | êþºë?´@h | 1000111110101011101101001000111110101001110100001000111110100010111010111000111110101011101100110011111110100001101011010100000001101000 | 8fabb48fa9d08fa2eb8fabb33fa1ad4068 |
UTF-8 | êþºë´@h | 1100001110101010110000111011111011000010101110101100001110101011110000101000010011000010101101000100000001101000 | c3aac3bec2bac3abc284c2b44068 |
UHC | ?þº??´@h | 0011111110101001101011011010100010101100001111110011111110100010101001010100000001101000 | 3fa9ada8ac3f3fa2a54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)