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 | 跫守処浯 | 1110011011101101100011101110011110001111100010001111101011111100 | e6ed8ee78f88fafc |
EUC-JP | 跫守処浯 | 111011001110111110111100111010011011110111101000100011111100011111000011 | ecefbce9bde88fc7c3 |
UTF-8 | 跫守処浯 | 111010001011011110101011111001011010111010001000111001011000011110100110111001101011010110101111 | e8b7abe5ae88e587a6e6b5af |
UHC | ?守?? | 0011111111100001111110100011111100111111 | 3fe1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)