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 | 癌癌厄 | 100010101110000010001010111000001001011011101111 | 8ae08ae096ef |
EUC-JP | 癌癌厄 | 101101001110001010110100111000101100110011110001 | b4e2b4e2ccf1 |
UTF-8 | 癌癌厄 | 111001111001100110001100111001111001100110001100111001011000111010000100 | e7998ce7998ce58e84 |
UHC | 癌癌厄 | 111001001101111111100100110111111110010011111000 | e4dfe4dfe4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)