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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蛛蛛[蛛蛛[^ | 1110010110000001111001011000000101011011111001011000000111100101100000010101101101011110 | e581e5815be581e5815b5e |
EUC-JP | 蛛蛛[蛛蛛[^ | 1110100111100001111010011110000101011011111010011110000111101001111000010101101101011110 | e9e1e9e15be9e1e9e15b5e |
UTF-8 | 蛛蛛[蛛蛛[^ | 111010001001101110011011111010001001101110011011010110111110100010011011100110111110100010011011100110110101101101011110 | e89b9be89b9b5be89b9be89b9b5b5e |
UHC | 蛛蛛[蛛蛛[^ | 1111000111001000111100011100100001011011111100011100100011110001110010000101101101011110 | f1c8f1c85bf1c8f1c85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)