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 | 族??壹 | 100100011011000000111111001111111001101011100011 | 91b03f3f9ae3 |
EUC-JP | 族??壹 | 110000101011001000111111001111111101010011100101 | c2b23f3fd4e5 |
UTF-8 | 族롖뤒壹 | 111001101001011110001111111010111010000110010110111010111010010010010010111001011010001110111001 | e6978feba196eba492e5a3b9 |
UHC | 族롖뤒壹 | 1111000011101001100011101101101010001111110000101110110011101100 | f0e98eda8fc2ecec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)