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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衍????? | 10011111101001010011111100111111001111110011111100111111 | 9fa53f3f3f3f3f |
EUC-JP | 衍??薏?? | 110111101010011100111111001111111000111111011001110111100011111100111111 | dea73f3f8fd9de3f3f |
UTF-8 | 衍겸넀薏루㎣ | 111010001010000110001101111010101011001010111000111010111000010010000000111010001001011010001111111010111010001110101000111000111000111010100011 | e8a18deab2b8eb8480e8968feba3a8e38ea3 |
UHC | 衍겸넀薏루㎣ | 111001101110001010110000111000101000011010010000111010111111101110110111111001111010011110100111 | e6e2b0e28690ebfbb7e7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)