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 | 楔゚フ舌 | 100111101011011011011111110011001001000011100011 | 9eb6dfcc90e3 |
EUC-JP | 楔゚フ舌 | 1101110010111000100011101101111110001110110011001100000011100101 | dcb88edf8eccc0e5 |
UTF-8 | 楔゚フ舌 | 111001101010010110010100111011111011111010011111111011111011111010001100111010001000100010001100 | e6a594efbe9fefbe8ce8888c |
UHC | 楔??舌 | 111000001101101100111111001111111110000011011111 | e0db3f3fe0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)