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 | 殆o靈 | 100101100111011110000010100011111110100011001011 | 9677828fe8cb |
EUC-JP | 殆o靈 | 110010111101100010100011111011111111000011001101 | cbd8a3eff0cd |
UTF-8 | 殆o靈 | 111001101010111010000110111011111011110110001111111010011001110110001000 | e6ae86efbd8fe99d88 |
UHC | 殆o靈 | 111101111011111110100011111011111101011011000100 | f7bfa3efd6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)