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 | 汐霎 | 111100001111100110001110101011001110100010111110 | f0f98eace8be |
EUC-JP | ?汐霎 | 0011111110111100101011101111000011000000 | 3fbcaef0c0 |
UTF-8 | 汐霎 | 111011101000001010111000111001101011000110010000111010011001110010001110 | ee82b8e6b190e99c8e |
UHC | ?汐? | 00111111111000001011000100111111 | 3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)