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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逑ョ繧嬢梶 | 111001111001001110101110111000111000001010001111111011001000101010000001 | e793aee3828fec8a81 |
EUC-JP | 逑ョ繧嬢梶 | 11101101111100111000111010101110111001011110001010111110111011101011001111100001 | edf38eaee5e2beeeb3e1 |
UTF-8 | 逑ョ繧嬢梶 | 111010011000000010010001111011111011110110101110111001111011100110100111111001011010110010100010111001101010001010110110 | e98091efbdaee7b9a7e5aca2e6a2b6 |
UHC | 逑???梶 | 11001111110001110011111100111111001111111101101010110010 | cfc73f3f3fdab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)