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 | ???v{d | 001111110011111100111111011101100111101101100100 | 3f3f3f767b64 |
SJIS-WIN | 但損辰v{d | 100100100100000110010001101110011001001001000011011101100111101101100100 | 924191b99243767b64 |
EUC-JP | 但損辰v{d | 110000111010001011000010101110111100001110100100011101100111101101100100 | c3a2c2bbc3a4767b64 |
UTF-8 | 但損辰v{d | 111001001011110110000110111001101001000010001101111010001011111010110000011101100111101101100100 | e4bd86e6908de8beb0767b64 |
UHC | 但損辰v{d | 110100111010001111100001110111111111001011100011011101100111101101100100 | d3a3e1dff2e3767b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)