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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 筌ら?r{d | 1110001010100011100000101110011100111111011100100111101101100100 | e2a382e73f727b64 |
EUC-JP | 筌ら?r{d | 1110010010100101101001001110100100111111011100100111101101100100 | e4a5a4e93f727b64 |
UTF-8 | 筌ら젂r{d | 111001111010110110001100111000111000001010001001111011001010000010000010011100100111101101100100 | e7ad8ce38289eca082727b64 |
UHC | 筌ら젂r{d | 111011111010011110101010111010011010000010000110011100100111101101100100 | efa7aae9a086727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)