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 | ツセテ個篠ウ | 1100001010111110110000111000110011000010100011101100001010110011 | c2bec38cc28ec2b3 |
EUC-JP | ツセテ個篠ウ | 100011101100001010001110101111101000111011000011101110001100010010111100110001001000111010110011 | 8ec28ebe8ec3b8c4bcc48eb3 |
UTF-8 | ツセテ個篠ウ | 111011111011111010000010111011111011110110111110111011111011111010000011111001011000000010001011111001111010111110100000111011111011110110110011 | efbe82efbdbeefbe83e5808be7afa0efbdb3 |
UHC | ???個篠? | 0011111100111111001111111100101111000001111000011100011000111111 | 3f3f3fcbc1e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)