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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 髱彈髱彈^ | 111010011001110110011100010110111110100110011101100111000101101101011110 | e99d9c5be99d9c5b5e |
EUC-JP | 髱彈髱彈^ | 111100011111110111010111101111001111000111111101110101111011110001011110 | f1fdd7bcf1fdd7bc5e |
UTF-8 | 髱彈髱彈^ | 11101001101010111011000111100101101111011000100011101001101010111011000111100101101111011000100001011110 | e9abb1e5bd88e9abb1e5bd885e |
UHC | ?彈?彈^ | 00111111111101111010010100111111111101111010010101011110 | 3ff7a53ff7a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)