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 | 甞炙甞炙 | 1110000101010010111000000111010011100001010100101110000001110100 | e152e074e152e074 |
EUC-JP | 甞炙甞炙 | 1110000110110011110111111101010111100001101100111101111111010101 | e1b3dfd5e1b3dfd5 |
UTF-8 | 甞炙甞炙 | 111001111001010010011110111001111000001010011001111001111001010010011110111001111000001010011001 | e7949ee78299e7949ee78299 |
UHC | ?炙?炙 | 001111111110110110110011001111111110110110110011 | 3fedb33fedb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)