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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 籃猩粡 | 111000101101010111100000110011011110001011100111 | e2d5e0cde2e7 |
EUC-JP | 籃猩粡 | 111001001101011111100000110011111110010011101001 | e4d7e0cfe4e9 |
UTF-8 | 籃猩粡 | 111001111011000110000011111001111000110010101001111001111011001010100001 | e7b183e78ca9e7b2a1 |
UHC | 籃猩? | 1101010110111110111000001111101000111111 | d5bee0fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)