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 | 驕ョ蛟溯、ク | 111010011000000110101110111001011000000010011111111010001010010010111000 | e981aee5809fe8a4b8 |
EUC-JP | 驕ョ蛟溯、ク | 111100011110000110001110101011101110100111100000110111101110101010001110101001001000111010111000 | f1e18eaee9e0deea8ea48eb8 |
UTF-8 | 驕ョ蛟溯、ク | 111010011010100110010101111011111011110110101110111010001001101110011111111001101011101010101111111011111011110110100100111011111011110110111000 | e9a995efbdaee89b9fe6baafefbda4efbdb8 |
UHC | 驕?蛟溯?? | 110011101111011000111111110011101111000111100001101111010011111100111111 | cef63fcef1e1bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)