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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逍手ャ芳 | 11100111100101101000111011101000101011001001011001000110 | e7968ee8ac9646 |
EUC-JP | 逍手ャ芳 | 1110110111110110101111001110101010001110101011001100101110100111 | edf6bcea8eaccba7 |
UTF-8 | 逍手ャ芳 | 111010011000000010001101111001101000100110001011111011111011110110101100111010001000101010110011 | e9808de6898befbdace88ab3 |
UHC | 逍手?芳 | 11100001110011101110001010100010001111111101101110111011 | e1cee2a23fdbbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)