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 | 儒豆脾爭 | 1000111011110010100100111010010011100100010000101110000010100101 | 8ef293a4e442e0a5 |
EUC-JP | 儒豆脾爭 | 1011110011110100110001101010011011100111101000111110000010100111 | bcf4c6a6e7a3e0a7 |
UTF-8 | 儒豆脾爭 | 111001011000010010010010111010001011000110000110111010001000010010111110111001111000100010101101 | e58492e8b186e884bee788ad |
UHC | 儒豆脾爭 | 1110101011100011110101001110011111011110101000011110111010110011 | eae3d4e7dea1eeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)