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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 谷淡続側] | 100100100100101010010010010101111001000110110001100100011010010001011101 | 924a925791b191a45d |
EUC-JP | 谷淡続側] | 110000111010101111000011101110001100001010110011110000101010011001011101 | c3abc3b8c2b3c2a65d |
UTF-8 | 谷淡続側] | 11101000101100001011011111100110101101111010000111100111101101101001101011100101100000011011010001011101 | e8b0b7e6b7a1e7b69ae581b45d |
UHC | 谷淡?側] | 1100110111011011110100111011111100111111111101101011000001011101 | cddbd3bf3ff6b05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)