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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟷ス岺檳 | 11100101101110011011110111111010101011011001111101000110 | e5b9bdfaad9f46 |
EUC-JP | 蟷ス岺檳 | 111010101011101110001110101111011000111110111011101110001101110110100111 | eabb8ebd8fbbb8dda7 |
UTF-8 | 蟷ス岺檳 | 111010001001111110110111111011111011110110111101111001011011001010111010111001101010101010110011 | e89fb7efbdbde5b2bae6aab3 |
UHC | ??岺檳 | 001111110011111111010110101110011101111010110001 | 3f3fd6b9deb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)