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 | 甞炙甞爻 | 1110000101010010111000000111010011100001010100101110000010101001 | e152e074e152e0a9 |
EUC-JP | 甞炙甞爻 | 1110000110110011110111111101010111100001101100111110000010101011 | e1b3dfd5e1b3e0ab |
UTF-8 | 甞炙甞爻 | 111001111001010010011110111001111000001010011001111001111001010010011110111001111000100010111011 | e7949ee78299e7949ee788bb |
UHC | ?炙?爻 | 001111111110110110110011001111111111110110100001 | 3fedb33ffda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)