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 | 蟇倡」』 | 11100101101011111001100011100111101000111000000101111000 | e5af98e7a38178 |
EUC-JP | 蟇倡」』 | 1110101010110001110100001110100110001110101000111010000111011001 | eab1d0e98ea3a1d9 |
UTF-8 | 蟇倡」』 | 111010001001111110000111111001011000000010100001111011111011110110100011111000111000000010001111 | e89f87e580a1efbda3e3808f |
UHC | ?倡?』 | 001111111111001111011011001111111010000110111011 | 3ff3db3fa1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)