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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 祭?? | 10001101110101010011111100111111 | 8dd53f3f |
EUC-JP | 祭®? | 101110101101011110001111101000101110111000111111 | bad78fa2ee3f |
UTF-8 | 祭®벳 | 1110011110100101101011011100001010101110111010111011001010110011 | e7a5adc2aeebb2b3 |
UHC | 祭®벳 | 111100001010111010100010111001111011101010101010 | f0aea2e7baaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)