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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貊灘ァ腺 | 11100110101110111001001111100101101001111001000101000010 | e6bb93e5a79142 |
EUC-JP | 貊灘ァ腺 | 1110110010111101110001101110011110001110101001111100000110100011 | ecbdc6e78ea7c1a3 |
UTF-8 | 貊灘ァ腺 | 111010001011001010001010111001111000000110011000111011111011110110100111111010001000010110111010 | e8b28ae78198efbda7e885ba |
UHC | 貊灘?腺 | 11011000111001111111011110101000001111111110000011001101 | d8e7f7a83fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)