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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襍カ莉銀゚ | 1110100010110101101101101110010010111011100010111110001011011111 | e8b5b6e4bb8be2df |
EUC-JP | 襍カ莉銀゚ | 11110000101101111000111010110110111010001011110110110110111001001000111011011111 | f0b78eb6e8bdb6e48edf |
UTF-8 | 襍カ莉銀゚ | 111010001010010110001101111011111011110110110110111010001000111010001001111010011000101010000000111011111011111010011111 | e8a58defbdb6e88e89e98a80efbe9f |
UHC | ??莉銀? | 00111111001111111101011111101001111010111101111000111111 | 3f3fd7e9ebde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)