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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 絶???х? | 1001000011100010001111110011111100111111100001001000011100111111 | 90e23f3f3f84873f |
EUC-JP | 絶???х? | 1100000011100100001111110011111100111111101001111110011100111111 | c0e43f3f3fa7e73f |
UTF-8 | 絶쏉슨嶺х컱 | 1110011110110101101101101110110010001111100010011110110010001010101010001110111110100110101010111101000110000101111011001011101110110001 | e7b5b6ec8f89ec8aa8efa6abd185ecbbb1 |
UHC | 絶쏉슨嶺х컱 | 111011111011111010011011111011111011110110111100111001111010110110101100111001111011000010010111 | efbe9befbdbce7adace7b097 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)