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 | 獻蛛畩甞 | 1110000011011001111001011000000111100001010111011110000101010010 | e0d9e581e15de152 |
EUC-JP | 獻蛛畩甞 | 1110000011011011111010011110000111100001101111101110000110110011 | e0dbe9e1e1bee1b3 |
UTF-8 | 獻蛛畩甞 | 111001111000110110111011111010001001101110011011111001111001010110101001111001111001010010011110 | e78dbbe89b9be795a9e7949e |
UHC | 獻蛛?? | 111110101100110011110001110010000011111100111111 | faccf1c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)