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 | 枇?咎階 | 10010100111110000011111110011001111010011000101001001011 | 94f83f99e98a4b |
EUC-JP | 枇?咎階 | 11001000111110100011111111010010111010111011001110101100 | c8fa3fd2ebb3ac |
UTF-8 | 枇댁咎階 | 111001101001111010000111111010111000110010000001111001011001001010001110111010011001101010001110 | e69e87eb8c81e5928ee99a8e |
UHC | 枇댁咎階 | 1101110111101101101101001110110011001111101001001100110110101101 | ddedb4eccfa4cdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)