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 | 癌屑? | 1000101011100000100010111111101100111111 | 8ae08bfb3f |
EUC-JP | 癌屑侁 | 10110100111000101011011011111101100011111011000011111100 | b4e2b6fd8fb0fc |
UTF-8 | 癌屑侁 | 111001111001100110001100111001011011000110010001111001001011111010000001 | e7998ce5b191e4be81 |
UHC | 癌屑侁 | 111001001101111111100000110110101110001111100000 | e4dfe0dae3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)