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 | 甞蓚畩畤 | 1110000101010010111001001110100111100001010111011110000101011110 | e152e4e9e15de15e |
EUC-JP | 甞蓚畩畤 | 1110000110110011111010001110101111100001101111101110000110111111 | e1b3e8ebe1bee1bf |
UTF-8 | 甞蓚畩畤 | 111001111001010010011110111010001001001110011010111001111001010110101001111001111001010110100100 | e7949ee8939ae795a9e795a4 |
UHC | ?蓚?? | 0011111111100010101111100011111100111111 | 3fe2be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)