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 | èßè³k | 11101000110111111001010011101000101100111000101001101011 | e8df94e8b38a6b |
SJIS-WIN | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
EUC-JP | èß?è??k | 10001111101010111011001010001111101010011100111000111111100011111010101110110010001111110011111101101011 | 8fabb28fa9ce3f8fabb23f3f6b |
UTF-8 | èßè³k | 11000011101010001100001110011111110000101001010011000011101010001100001010110011110000101000101001101011 | c3a8c39fc294c3a8c2b3c28a6b |
UHC | ?ß??³?k | 001111111010100110101100001111110011111110101001111110000011111101101011 | 3fa9ac3f3fa9f83f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)