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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 籬ル魁 | 111000101101111110000011100010111000101001000000 | e2df838b8a40 |
EUC-JP | 籬ル魁 | 111001001110000110100101111010111011001110100001 | e4e1a5ebb3a1 |
UTF-8 | 籬ル魁 | 111001111011000110101100111000111000001110101011111010011010110110000001 | e7b1ace383abe9ad81 |
UHC | 籬ル魁 | 110101111110011010101011111010111100111011011010 | d7e6abebceda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)