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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ツセテ個篠ウB | 110000101011111011000011100011001100001010001110110000101011001101000010 | c2bec38cc28ec2b342 |
EUC-JP | ツセテ個篠ウB | 10001110110000101000111010111110100011101100001110111000110001001011110011000100100011101011001101000010 | 8ec28ebe8ec3b8c4bcc48eb342 |
UTF-8 | ツセテ個篠ウB | 11101111101111101000001011101111101111011011111011101111101111101000001111100101100000001000101111100111101011111010000011101111101111011011001101000010 | efbe82efbdbeefbe83e5808be7afa0efbdb342 |
UHC | ???個篠?B | 001111110011111100111111110010111100000111100001110001100011111101000010 | 3f3f3fcbc1e1c63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)