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 | 咬翦耜翦 | 1001100111111001111000111100011011100011110100011110001111000110 | 99f9e3c6e3d1e3c6 |
EUC-JP | 咬翦耜翦 | 1101001011111011111001101100100011100110110100111110011011001000 | d2fbe6c8e6d3e6c8 |
UTF-8 | 咬翦耜翦 | 111001011001001010101100111001111011111110100110111010001000000010011100111001111011111110100110 | e592ace7bfa6e8809ce7bfa6 |
UHC | 咬??? | 1100111011100001001111110011111100111111 | cee13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)