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 | 赦式捨式 | 1000111011001101100011101010111010001110110011001000111010101110 | 8ecd8eae8ecc8eae |
EUC-JP | 赦式捨式 | 1011110011001111101111001011000010111100110011101011110010110000 | bccfbcb0bccebcb0 |
UTF-8 | 赦式捨式 | 111010001011010110100110111001011011110010001111111001101000110110101000111001011011110010001111 | e8b5a6e5bc8fe68da8e5bc8f |
UHC | 赦式捨式 | 1101111011110101111000111101001011011110110101111110001111010010 | def5e3d2ded7e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)