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 | 蛛甞痂甞 | 1110010110000001111000010101001011100001011011111110000101010010 | e581e152e16fe152 |
EUC-JP | 蛛甞痂甞 | 1110100111100001111000011011001111100001110100001110000110110011 | e9e1e1b3e1d0e1b3 |
UTF-8 | 蛛甞痂甞 | 111010001001101110011011111001111001010010011110111001111001011110000010111001111001010010011110 | e89b9be7949ee79782e7949e |
UHC | 蛛?痂? | 111100011100100000111111110010101011001000111111 | f1c83fcab23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)