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 | 者痔邪式 | 1000111011010010100011101010010010001110110101111000111010101110 | 8ed28ea48ed78eae |
EUC-JP | 者痔邪式 | 1011110011010100101111001010011010111100110110011011110010110000 | bcd4bca6bcd9bcb0 |
UTF-8 | 者痔邪式 | 111010001000000010000101111001111001011110010100111010011000001010101010111001011011110010001111 | e88085e79794e982aae5bc8f |
UHC | 者痔邪式 | 1110110110111010111101101100000011011110111101111110001111010010 | edbaf6c0def7e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)