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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 石褻造?褻 | 100100001100111011100101111101101001000110100010001111111110010111110110 | 90cee5f691a23fe5f6 |
EUC-JP | 石褻造?褻 | 110000001101000011101010111110001100001010100100001111111110101011111000 | c0d0eaf8c2a43feaf8 |
UTF-8 | 石褻造敾褻 | 111001111001111110110011111010001010010010111011111010011000000010100000111001101001010110111110111010001010010010111011 | e79fb3e8a4bbe980a0e695bee8a4bb |
UHC | 石褻造敾褻 | 11100000101101001110000011100001111100001110001111100000110000001110000011100001 | e0b4e0e1f0e3e0c0e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)